Information about plays

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

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

{
    "id": 3634109,
    "uri": "https://api.kexp.org/v2/plays/3634109/?format=api",
    "airdate": "2026-03-27T02:45:00-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/0dde3661-6f78-4471-9e59-bbf96baf9130/32005589514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0dde3661-6f78-4471-9e59-bbf96baf9130/32005589514-250.jpg",
    "song": "Choose",
    "track_id": null,
    "recording_id": "d580a40b-0fed-4099-a221-11cc979016c5",
    "artist": "Color Me Badd",
    "artist_ids": [
        "c7f33343-7870-4e03-9892-65ad81d18db5"
    ],
    "album": "Time & Chance",
    "release_id": null,
    "release_group_id": "66da3c01-ff33-38ba-840f-547da52953a2",
    "labels": [
        "Giant"
    ],
    "label_ids": [
        "36d29cc1-f4c6-4e84-8f95-55706f49e6a0"
    ],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Jimmy Jam & Terry Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}