Information about plays

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

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

{
    "id": 3560859,
    "uri": "https://api.kexp.org/v2/plays/3560859/?format=api",
    "airdate": "2025-10-03T13:23:24-07:00",
    "show": 64734,
    "show_uri": "https://api.kexp.org/v2/shows/64734/?format=api",
    "image_uri": "https://coverartarchive.org/release/9281402a-98c9-4c36-a950-fd930a093738/39975082286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9281402a-98c9-4c36-a950-fd930a093738/39975082286-250.jpg",
    "song": "I Against I",
    "track_id": null,
    "recording_id": "167a2215-2274-4277-993b-8e12c27eed21",
    "artist": "Massive Attack & Mos Def",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8",
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "Blade II: The Soundtrack",
    "release_id": null,
    "release_group_id": "db3ff09c-2063-32b8-85d2-9d585bccce11",
    "labels": [
        "Immortal Records"
    ],
    "label_ids": [
        "0d9f5ee2-4eac-425e-b89a-b875215be916"
    ],
    "release_date": "2002-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In October, 2001, it was announced  that Massive Attack had done a collaboration with Mos Def for an undisclosed film project. It was then announced in January, 2002 that the film in question would be \"Blade 2.\" It was agreed to release the song both simultaneously as a free download single on massiveattack.com and as part of the \"Blade 2\" soundtrack album, both of which came out during March, 2002.\n--\nBesides \"I Against I,\" Massive Attack also made an unnamed instrumental song for inclusion in \"Blade 2\" that is featured at some point during the film, but is nowhere to be found on the soundtrack album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}