Information about plays

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

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

{
    "id": 3578747,
    "uri": "https://api.kexp.org/v2/plays/3578747/?format=api",
    "airdate": "2025-11-15T23:20:30-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trash",
    "track_id": null,
    "recording_id": null,
    "artist": "Victims Family",
    "artist_ids": [
        "3bf93ae1-bb48-4cb5-989a-b179987d03d2"
    ],
    "album": "Split w/ Nasalrod",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nadine Records"
    ],
    "label_ids": [
        "7c300cb7-e4bf-4625-af5c-649ee6056dc7"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "December 2024 the band made a trek up to the South West corner of Canada to play 3 shows with Nomeansno drummer John Wrights' new band Dead Bob with the Invasives supporting all 3 shows.\n\nhttps://www.facebook.com/victimsfamily/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}