Information about plays

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

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

{
    "id": 3604084,
    "uri": "https://api.kexp.org/v2/plays/3604084/?format=api",
    "airdate": "2026-01-14T01:55:23-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": "c1c26ceb-2c67-4bfa-ac82-c396dab67fb6",
    "recording_id": "67933c2e-30a0-4833-8546-11939b6b465c",
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "Madness",
    "release_id": "daf202fe-9811-42e7-8253-94a47373dd0b",
    "release_group_id": "24620f5a-457a-4e21-9a2a-bf9ab4752db9",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2022-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Poliça Live on KEXP: https://www.youtube.com/watch?v=--0ClVdiZjE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}