Information about plays

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

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

{
    "id": 3562447,
    "uri": "https://api.kexp.org/v2/plays/3562447/?format=api",
    "airdate": "2025-10-07T20:41:20-07:00",
    "show": 64774,
    "show_uri": "https://api.kexp.org/v2/shows/64774/?format=api",
    "image_uri": "https://coverartarchive.org/release/db0b1dd2-29c3-4b98-8846-64a56e0a338b/27931696865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db0b1dd2-29c3-4b98-8846-64a56e0a338b/27931696865-250.jpg",
    "song": "Sarajevo",
    "track_id": null,
    "recording_id": "8b26a564-1f84-446c-a448-3fa92899069e",
    "artist": "Damir Imamović",
    "artist_ids": [
        "8a11031c-c931-48bf-9f05-627b87cbde87"
    ],
    "album": "Dvojka",
    "release_id": null,
    "release_group_id": "b48bdf17-b228-4c5c-8d2a-6f81c4c5403c",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat. Oct 18 at Town Hall\n\nBorn in Sarajevo, Bosnia and Herzegovina he specifically plays the traditional sevdalinka or sevdah music of the region.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}