Information about plays

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

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

{
    "id": 3621972,
    "uri": "https://api.kexp.org/v2/plays/3621972/?format=api",
    "airdate": "2026-02-25T04:39:10-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://ia600506.us.archive.org/20/items/mbid-11b2bd1e-d07a-32a2-82e0-0def56cf4c68/mbid-11b2bd1e-d07a-32a2-82e0-0def56cf4c68-14483710711_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/20/items/mbid-11b2bd1e-d07a-32a2-82e0-0def56cf4c68/mbid-11b2bd1e-d07a-32a2-82e0-0def56cf4c68-14483710711_thumb250.jpg",
    "song": "Come Into Our Room",
    "track_id": "6359d0f7-3bf6-312d-8559-a57e139d536f",
    "recording_id": "9a80525d-06a5-4284-bea3-e5ac6064e1ca",
    "artist": "Clinic",
    "artist_ids": [
        "1ea2c08f-323c-4207-9af1-e2fb8588f08e"
    ],
    "album": "Walking With Thee",
    "release_id": "11b2bd1e-d07a-32a2-82e0-0def56cf4c68",
    "release_group_id": "5a8461af-cbc8-3f28-baa4-2386c36e0ec2",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2002-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2002!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}