Information about plays

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

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

{
    "id": 3591806,
    "uri": "https://api.kexp.org/v2/plays/3591806/?format=api",
    "airdate": "2025-12-16T09:08:00-08:00",
    "show": 65393,
    "show_uri": "https://api.kexp.org/v2/shows/65393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Number Song",
    "track_id": "84b95a18-7ac6-36d9-820c-860d3dfd73e2",
    "recording_id": "3f275d58-2211-4aed-a95b-f9d912cb3f29",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "4a8475f7-6d1d-3ebb-8719-394a14d5f07c",
    "release_group_id": "4b2186f5-ff00-3227-ae11-783ba93e1089",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We now believe that there are 20 songs sampled by DJ Shadow in \"The Number Song.\"\n--\nSamples include the bass from \"Orion\" by Metallica,  multiple elements of Flash\" It to the Beat\" by Grandmaster Flash and The Furious Five, vocals from \"Can I Kick It? (Spirit Mix)\" by A Tribe Called Quest and many more....: https://www.whosampled.com/DJ-Shadow/The-Number-Song/samples/\n--\nSee Troy's discussion with DJ Shadow in the KEXP studio last year: https://www.youtube.com/watch?v=eK6bdim2Vuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}