Information about plays

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

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

{
    "id": 3612626,
    "uri": "https://api.kexp.org/v2/plays/3612626/?format=api",
    "airdate": "2026-02-03T08:46:55-08:00",
    "show": 65829,
    "show_uri": "https://api.kexp.org/v2/shows/65829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-b8525314-995d-4b27-ac42-2a4652172ac8/mbid-b8525314-995d-4b27-ac42-2a4652172ac8-40101243471_thumb250.jpg",
    "song": "Supersonic",
    "track_id": "c3d775be-c5c9-4945-8778-b32c8dcfc5c9",
    "recording_id": "901e8dd7-3859-4243-a999-c7bc359c9984",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "b8525314-995d-4b27-ac42-2a4652172ac8",
    "release_group_id": "451dca98-c118-32e1-9244-c47ca9c3c0f9",
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Supersonic\"  was the first Oasis single, released on Monday 11th April, 1994 on the independent label Creation. \n--\nHere's a very young Oasis performing \"Supersonic\" in their first TV appearance in 1994: https://www.youtube.com/watch?v=81Z-WRuQe2w&t=16s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}