Information about plays

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

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

{
    "id": 3604013,
    "uri": "https://api.kexp.org/v2/plays/3604013/?format=api",
    "airdate": "2026-01-13T21:50:23-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misri Koroglu",
    "track_id": null,
    "recording_id": "c2620c8d-ea4b-43a3-8f72-22792e4b1711",
    "artist": "Chengis Mehdipour",
    "artist_ids": [
        "01c20c0f-eda4-4ec4-8c18-e8de30cb9c1c"
    ],
    "album": "The Rough Guide to the Music of Iran",
    "release_id": null,
    "release_group_id": "7772eab7-ce97-3cbe-ad1d-9519c291a4c8",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more from this Rough Guide compilation series here: https://tinyurl.com/32f7ahtb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}