Information about plays

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

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

{
    "id": 3575831,
    "uri": "https://api.kexp.org/v2/plays/3575831/?format=api",
    "airdate": "2025-11-09T01:58:28-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goat Killers",
    "track_id": null,
    "recording_id": null,
    "artist": "Terrordome",
    "artist_ids": [
        "3ea8b167-091d-454a-8520-bfaf21c93287"
    ],
    "album": "Plagued With Violence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Selfmadegod Records"
    ],
    "label_ids": [
        "fb87ff77-76d9-440e-9531-d92351070ac1"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from Poland\n\nhttps://terrordome.bandcamp.com/album/plagued-with-violence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}