Information about plays

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

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

{
    "id": 3586473,
    "uri": "https://api.kexp.org/v2/plays/3586473/?format=api",
    "airdate": "2025-12-03T23:12:44-08:00",
    "show": 65282,
    "show_uri": "https://api.kexp.org/v2/shows/65282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Piece Suit",
    "track_id": "86eac81c-be7c-4b52-8159-e6de80c68b3c",
    "recording_id": "f456c373-fa0d-422b-8ae1-53dda8c7d6be",
    "artist": "Kokoroko feat. Azekel",
    "artist_ids": [
        "4f8287c6-d4a2-4253-9ed4-25d0ef3916d4",
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": "Tuff Times Never Last",
    "release_id": "1afec8f8-1bbf-4884-a8ce-84d9db029242",
    "release_group_id": "42ee16aa-cf94-415a-997b-95d630f99ac3",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second full-length from this London group \"largely pulls from British R&B from the 80s, neo-soul, West African disco, bossa nova, lovers rock and funk. Sonically taking cues from the likes of Loose Ends, Don Blackman, Common, Sly & Robbie, William Onyeabor, Patrice Rushen, Ofori Amponsah and Cymande. Throughout this instinctive evolution, the septet's seasoned musicianship preserves the essence of who Kokoroko are as masterful jazz artisans.\"\n\nhttps://kokoroko.bandcamp.com/album/tuff-times-never-last",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}