Information about plays

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

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

{
    "id": 3593701,
    "uri": "https://api.kexp.org/v2/plays/3593701/?format=api",
    "airdate": "2025-12-20T22:08:33-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas With the Devil",
    "track_id": null,
    "recording_id": "bdc00185-fee8-4cd3-81e4-664a9e5e6470",
    "artist": "Spın̈al Tap",
    "artist_ids": [
        "d0a0b3a2-ea58-4a7a-b18c-849d589bfac7"
    ],
    "album": "Christmas With The Devil",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Enigma"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as a 7\" single back in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}