Information about plays

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

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

{
    "id": 3520339,
    "uri": "https://api.kexp.org/v2/plays/3520339/?format=api",
    "airdate": "2025-06-29T09:22:37-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?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": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Port Townsend! “The Crow Quill Night Owls are a band that plays jug band, jazz, and string band music of the 1920's and 1930's. They were formed in 2007 by guitarist Kit \"Stymee\" Stovepipe and tenor banjoist Windy City Alex. They've since added Baylin Adahere on washtub bass. The group fluctuates from a duo to a six person band and often features members of other bands in similar genres.”\n\nhttps://thecrowquillnightowls.bandcamp.com/album/wrap-your-troubles-in-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}