Information about plays

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

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

{
    "id": 3558499,
    "uri": "https://api.kexp.org/v2/plays/3558499/?format=api",
    "airdate": "2025-09-27T19:49:13-07:00",
    "show": 64683,
    "show_uri": "https://api.kexp.org/v2/shows/64683/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbf199b8-e8c3-441e-a1c7-b6737f549c99/8914162246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbf199b8-e8c3-441e-a1c7-b6737f549c99/8914162246-250.jpg",
    "song": "Cruelty Abounds",
    "track_id": null,
    "recording_id": "051035ab-3ff3-46da-9c57-9c5fea048709",
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "The White Ghost Has Blood on Its Hands Again",
    "release_id": null,
    "release_group_id": "87a33c07-f662-4100-aec7-584d3e7a0308",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-08-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go catch the full live performance of The Murder City Devils here in the KEXP studios: \n\nhttps://www.youtube.com/watch?v=qSai5gkz6LU",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}