Information about plays

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

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

{
    "id": 3596933,
    "uri": "https://api.kexp.org/v2/plays/3596933/?format=api",
    "airdate": "2025-12-27T22:15:51-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock & Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "Gino and the Goons",
    "artist_ids": [
        "eaa20564-aa58-4a1c-bf1e-639c68ace20a"
    ],
    "album": "Split w/ High Heels",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chumpire"
    ],
    "label_ids": [
        "75e1593b-d7ec-4174-b5fc-4d5f3e55136b"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gino and the Goons hail from South Carolina. Self-described as \"...A RnR band that are fast, loose, & loud. Not so fast you can't dance & not to loose where you'll catch a VD...\" https://ginoandthegoons.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}