Information about plays

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

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

{
    "id": 3565005,
    "uri": "https://api.kexp.org/v2/plays/3565005/?format=api",
    "airdate": "2025-10-14T15:13:04-07:00",
    "show": 64834,
    "show_uri": "https://api.kexp.org/v2/shows/64834/?format=api",
    "image_uri": "https://ia600204.us.archive.org/18/items/mbid-2620b6f6-0490-4ef0-a47c-69445feffae4/mbid-2620b6f6-0490-4ef0-a47c-69445feffae4-6804530894_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/18/items/mbid-2620b6f6-0490-4ef0-a47c-69445feffae4/mbid-2620b6f6-0490-4ef0-a47c-69445feffae4-6804530894_thumb250.jpg",
    "song": "Wash Off",
    "track_id": "8899c1bb-f93f-3313-9b56-d1de9ccdf9eb",
    "recording_id": "2a0e1b7f-e2ab-47cb-9602-0c541336eeba",
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Fluorescent Grey",
    "release_id": "2620b6f6-0490-4ef0-a47c-69445feffae4",
    "release_group_id": "55b035ef-1bcc-3b80-a2d4-f89c413089c5",
    "labels": [
        "kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2007-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out David!\n---https://deerhunter.bandcamp.com/album/fluorescent-grey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}