Information about plays

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

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

{
    "id": 3585026,
    "uri": "https://api.kexp.org/v2/plays/3585026/?format=api",
    "airdate": "2025-11-30T14:26:55-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Castles Made of Sand",
    "track_id": "d4785a76-e571-3ac3-b954-4d557c6d98cf",
    "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": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hendrix 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 this track.\n\nhttps://www.jimihendrix.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}