Information about plays

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

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

{
    "id": 3581851,
    "uri": "https://api.kexp.org/v2/plays/3581851/?format=api",
    "airdate": "2025-11-23T09:24:25-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Alley Blues",
    "track_id": null,
    "recording_id": "edbe4e67-624f-45f4-baa5-664d0f554332",
    "artist": "Richard \"Rabbit\" Brown",
    "artist_ids": [],
    "album": "Anthology of American Folk Music, Volume Three: Songs",
    "release_id": null,
    "release_group_id": "9cc8d2d6-fbd4-432b-84c3-3a45ae6f1ad7",
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [
        "a3fea8e6-cf78-4f9a-9a93-1f84332c10a2"
    ],
    "release_date": "1952-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brown wrote and recorded this song in 1927 about an alleyway in New Orleans.\nWatch an animation of John Cohen talking about meeting the musicologist Harry Smith who compiled the anthology this song is featured on.\nhttps://youtu.be/BouK7ZjJA6g?si=uiSLtrmxRwll7H0D",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}