Information about plays

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

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

{
    "id": 3636067,
    "uri": "https://api.kexp.org/v2/plays/3636067/?format=api",
    "airdate": "2026-03-31T15:47:35-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c-9716821231_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c-9716821231_thumb250.jpg",
    "song": "Stoned out of My Mind",
    "track_id": "fcd6d5ea-1daf-43ed-af17-43d5931ddf17",
    "recording_id": "580e7411-e5db-45d1-b366-6d6cd5a8cc58",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Extras",
    "release_id": "50797da2-56af-4ca1-b4cb-b2bd4662892c",
    "release_group_id": "8dee7e01-34d7-3195-ada0-3a3f213b0aef",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jam’s cover of \"Stoned Out of My Mind\" (originally by The Chi-Lites) was featured as a B-side on their final single, \"Beat Surrender,\" released in November 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}