Information about plays

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

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

{
    "id": 3637299,
    "uri": "https://api.kexp.org/v2/plays/3637299/?format=api",
    "airdate": "2026-04-03T14:20:59-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://coverartarchive.org/release/72960bbd-5786-4615-9bdb-0f9c7feea800/44700651567-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72960bbd-5786-4615-9bdb-0f9c7feea800/44700651567-250.jpg",
    "song": "I Want to Be",
    "track_id": null,
    "recording_id": "3764c6c5-ceee-4735-94c1-40d2c3e0443d",
    "artist": "Elias Rahbani",
    "artist_ids": [
        "3d9b0101-da55-4894-8781-9a7c37e9c97b"
    ],
    "album": "Mr Bongo Record Club, Vol. 3",
    "release_id": null,
    "release_group_id": "793188a0-9cb8-49e6-a8dc-c130fa6a4f00",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2019-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elias Rahbani is a Lebanese Lyrical Author, Composer, Orchestra arranger & conductor. Born in 1938, in Antelias, Lebanon, he is one of the three Rahbani brothers and is probably the most prolific in terms of recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}