Information about plays

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

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

{
    "id": 3547113,
    "uri": "https://api.kexp.org/v2/plays/3547113/?format=api",
    "airdate": "2025-08-31T09:52:39-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dixie Be Damned",
    "track_id": null,
    "recording_id": null,
    "artist": "Nick Shoulders",
    "artist_ids": [
        "8b1536e8-860e-41d0-90b1-8a067c9c326b"
    ],
    "album": "Refugia Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gar Hole"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in his hometown of Fayetteville, AS, the Appalachian singer made country music about modern themes like climate collapse, radical anthropology, and generative disruption.\nhttps://nickshoulders.bandcamp.com/album/refugia-blues",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}