Information about plays

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

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

{
    "id": 3674483,
    "uri": "https://api.kexp.org/v2/plays/3674483/?format=api",
    "airdate": "2026-06-30T10:55:18-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e-14626529213_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e-14626529213_thumb250.jpg",
    "song": "Holy",
    "track_id": "89e2e01e-044c-4876-a2bf-047c53328738",
    "recording_id": "00711dcb-10a5-4343-bb4b-fb23955166f1",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Pedestrian Verse",
    "release_id": "628b2d95-32c3-4a95-a4bf-43f238b1a02e",
    "release_group_id": "67336e1f-fdfc-47d2-9375-a0969fde8dfa",
    "labels": [
        "Canvasback Music",
        "Atl"
    ],
    "label_ids": [
        "d563e39c-2779-456e-ad6a-3703365ab3bc",
        "288f006d-b3af-4fa6-8390-53bf74dea2a8"
    ],
    "release_date": "2013-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Holy\" was the first song that the late and beloved Scott Hutchison and Frightened Rabbit played in a great live performance for KEXP listeners at Seattle's Triple Door in 2013: https://www.youtube.com/watch?v=UqIRa15wMjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}