Information about plays

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

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

{
    "id": 3581869,
    "uri": "https://api.kexp.org/v2/plays/3581869/?format=api",
    "airdate": "2025-11-23T10:14:35-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On The Road Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Crow Quill Night Owls",
    "artist_ids": [
        "6fa9b6d8-ff88-4415-a060-07652938f65b"
    ],
    "album": "Wrap Your Troubles In Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song tells of how Jones and fireman Sim Webb sped in their train to make up for lost time. Jones stayed on board to try and stop the train from hitting a stalled freight train, while Webb jumped to safety.\n\nhttps://thecrowquillnightowls.bandcamp.com/album/wrap-your-troubles-in-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}