Information about plays

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

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

{
    "id": 3552770,
    "uri": "https://api.kexp.org/v2/plays/3552770/?format=api",
    "airdate": "2025-09-14T01:02:24-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Serpent: Coiled Figure",
    "track_id": null,
    "recording_id": null,
    "artist": "Castle Rat",
    "artist_ids": [
        "f3bfdd64-13d5-4e39-a2ca-792b81f96dea"
    ],
    "album": "The Bestiary",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King Volume Records"
    ],
    "label_ids": [
        "2adcd520-488d-4fad-b42b-99c95a5992b2"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To support this new release, Castle Rat is currently touring and will be playing:\n -  A sold-out show at The Clock-Out Lounge in Seattle on Tuesday, September 16th\n - The Star Theater in Portland on September 17th\n - The Cornerstone in Berkeley, CA on September 20th.\n\nhttps://castlerat.com/\nhttps://castlerat.bandcamp.com/album/the-bestiary\nhttps://www.facebook.com/castleratband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}