Information about plays

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

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

{
    "id": 3632724,
    "uri": "https://api.kexp.org/v2/plays/3632724/?format=api",
    "airdate": "2026-03-23T11:56:42-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn711306.ca.archive.org/0/items/mbid-10caa104-0ddf-4f20-bcad-d45b282ed0c2/mbid-10caa104-0ddf-4f20-bcad-d45b282ed0c2-16411368951_thumb500.jpg",
    "thumbnail_uri": "https://dn711306.ca.archive.org/0/items/mbid-10caa104-0ddf-4f20-bcad-d45b282ed0c2/mbid-10caa104-0ddf-4f20-bcad-d45b282ed0c2-16411368951_thumb250.jpg",
    "song": "Hit Single",
    "track_id": "74a1103d-8f07-4469-96f5-c314174d0a3c",
    "recording_id": "a3405c56-1ce6-4f40-8d00-38a386212931",
    "artist": "Sonny Sharrock",
    "artist_ids": [
        "ebd39596-e2bb-4b3c-a661-412a4198a083"
    ],
    "album": "Space Ghost: Coast to Coast",
    "release_id": "10caa104-0ddf-4f20-bcad-d45b282ed0c2",
    "release_group_id": "7f8c88db-b964-3981-a00f-1deb7e32d621",
    "labels": [
        "Cartoon Network"
    ],
    "label_ids": [
        "c7f78cf5-80e9-489d-bd9a-ba14c8699266"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonny Sharrock appeared as a guitarist on Mann's 'Memphis Underground'!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}