Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3636292/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3636292,
    "uri": "https://api.kexp.org/v2/plays/3636292/?format=api",
    "airdate": "2026-04-01T04:02:48-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a318220-5b43-4f8f-8841-05cf4ce3c448/38495459518-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a318220-5b43-4f8f-8841-05cf4ce3c448/38495459518-250.jpg",
    "song": "Rubber Duckie",
    "track_id": null,
    "recording_id": "06e51813-be31-413b-881b-c8d0cc7dad68",
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "Splish Splash: Bath Time Fun",
    "release_id": null,
    "release_group_id": "9ac6b571-83fc-3c21-adc6-1712b59f33d3",
    "labels": [
        "Sesame Workshop Catalog"
    ],
    "label_ids": [
        "3afa46e5-fb7a-4f99-a424-b3081e81af3c"
    ],
    "release_date": "1996-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}