Information about plays

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

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

{
    "id": 3636147,
    "uri": "https://api.kexp.org/v2/plays/3636147/?format=api",
    "airdate": "2026-03-31T20:46:13-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "https://coverartarchive.org/release/11a920e1-d74f-3b12-82d8-7021ff9b533b/10253185329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11a920e1-d74f-3b12-82d8-7021ff9b533b/10253185329-250.jpg",
    "song": "Dancing Drums",
    "track_id": null,
    "recording_id": "408e0226-39fc-4d62-890f-f5450d699fde",
    "artist": "Ananda Shankar",
    "artist_ids": [
        "d7064740-c3f6-4bc8-be8c-3f6e0e888ca1"
    ],
    "album": "Ananda Shankar and His Music",
    "release_id": null,
    "release_group_id": "4315a65f-1919-35ed-ae13-9bcbaf375e16",
    "labels": [
        "His Master’s Voice"
    ],
    "label_ids": [
        "7d0162a9-2636-46f2-b0e8-a9336075eee2"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ananda Shankar was a Bengali musician best known for fusing Western and Eastern musical styles. Dancing Drums was a popular song of his and is also featured in Dancing Drums in the game Little BIG Planet on the level The Dancer's Court.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}