Information about plays

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

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

{
    "id": 3557963,
    "uri": "https://api.kexp.org/v2/plays/3557963/?format=api",
    "airdate": "2025-09-26T12:55:52-07:00",
    "show": 64665,
    "show_uri": "https://api.kexp.org/v2/shows/64665/?format=api",
    "image_uri": "https://ia601702.us.archive.org/32/items/mbid-57e1b720-7129-41a7-84c2-ad0eacd0257c/mbid-57e1b720-7129-41a7-84c2-ad0eacd0257c-5271956665_thumb500.jpg",
    "thumbnail_uri": "https://ia801702.us.archive.org/32/items/mbid-57e1b720-7129-41a7-84c2-ad0eacd0257c/mbid-57e1b720-7129-41a7-84c2-ad0eacd0257c-5271956665_thumb250.jpg",
    "song": "Castles Made of Sand",
    "track_id": "6741c1a4-1026-3679-ae50-bcaaf59e8db8",
    "recording_id": "61d4f6be-a72b-4da9-a2d4-8c714ce0b519",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Experience Hendrix: The Best of Jimi Hendrix",
    "release_id": "57e1b720-7129-41a7-84c2-ad0eacd0257c",
    "release_group_id": "c398cd29-bd3a-3dca-bea2-e5d93d6e2778",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Castles Made of Sand\" came out on the 1967 album,  Axis: Bold as Love. It was the second album Hendrix released under The Jimi Hendrix Experience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}