Information about plays

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

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

{
    "id": 3557309,
    "uri": "https://api.kexp.org/v2/plays/3557309/?format=api",
    "airdate": "2025-09-24T20:18:31-07:00",
    "show": 64652,
    "show_uri": "https://api.kexp.org/v2/shows/64652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WANNA GO",
    "track_id": null,
    "recording_id": null,
    "artist": "Night Heron",
    "artist_ids": [
        "666488c2-f162-49e5-83df-08253b46f573"
    ],
    "album": "WANNA GO",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Night Heron"
    ],
    "label_ids": [
        "2a5f5f50-fad4-4a48-bcaf-2513b03309e0"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "WANNA GO was recorded at the same time as the rest of the tracks on local group Night Heron's latest album ESCAPISM, but was not picked for the record.\n\nhttps://nightheronmusic.bandcamp.com/album/escapism-b-sides",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}