Information about plays

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

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

{
    "id": 3500843,
    "uri": "https://api.kexp.org/v2/plays/3500843/?format=api",
    "airdate": "2025-05-13T12:31:00-07:00",
    "show": 63450,
    "show_uri": "https://api.kexp.org/v2/shows/63450/?format=api",
    "image_uri": "https://ia902906.us.archive.org/18/items/mbid-da3d55ad-661d-4337-88cb-aadd27802015/mbid-da3d55ad-661d-4337-88cb-aadd27802015-3069156052_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/18/items/mbid-da3d55ad-661d-4337-88cb-aadd27802015/mbid-da3d55ad-661d-4337-88cb-aadd27802015-3069156052_thumb250.jpg",
    "song": "Castles Made of Sand",
    "track_id": "0fd55f66-7994-39e9-bfec-df3beb507751",
    "recording_id": "a2e6fc78-f605-4e94-b22c-37c191a347c0",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "da3d55ad-661d-4337-88cb-aadd27802015",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In memory of Steph's mother, Robin...\n\nHendrix played all of the lead guitar parts backwards, then rewound the recording of the lead guitar parts to the song to get that effect you hear in the beginning and in the middle of the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}