Information about plays

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

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

{
    "id": 3567173,
    "uri": "https://api.kexp.org/v2/plays/3567173/?format=api",
    "airdate": "2025-10-19T11:50:45-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fd792f6-c3ce-44d0-87e2-805c882c5db5/21303120548-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fd792f6-c3ce-44d0-87e2-805c882c5db5/21303120548-250.jpg",
    "song": "Zapata's Boots",
    "track_id": null,
    "recording_id": "264feccd-ccf7-4c03-922f-aa48eae24487",
    "artist": "Tommy Guerrero",
    "artist_ids": [
        "67fb65b5-6589-47f0-9371-8a40eb268dfb"
    ],
    "album": "Return of the Bastard",
    "release_id": null,
    "release_group_id": "89abfbb0-a075-44f9-913d-b3e1c19f3a56",
    "labels": [
        "Galaxia"
    ],
    "label_ids": [
        "09796cf7-2b7b-44ed-8592-a1edca461b64"
    ],
    "release_date": "2007-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zapata's Boots Return of the Bastard 2007 Galaxia \nSan Francisco band\nhttps://tommyguerrero.bandcamp.com/album/return-of-the-bastard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}