Information about plays

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

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

{
    "id": 3624776,
    "uri": "https://api.kexp.org/v2/plays/3624776/?format=api",
    "airdate": "2026-03-03T10:49:56-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dive",
    "track_id": "c50a2687-8c37-4085-a1fc-9928582c5bca",
    "recording_id": "30284e12-6b26-41dc-a9ad-00c34af78b1f",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "4c12e0aa-ea26-47a1-b853-b1a65bc37281",
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "Sub Pop Records",
        "UMe",
        "DGC Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474",
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6",
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance of \"Dive\" in Phoenix in 1990: https://www.facebook.com/theyeargrungebroke/videos/nirvana-dive-live-1990/603715549245437/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}