Information about plays

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

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

{
    "id": 3594918,
    "uri": "https://api.kexp.org/v2/plays/3594918/?format=api",
    "airdate": "2025-12-23T13:57:34-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hide From the Sun",
    "track_id": "46856ca5-5e98-453c-a521-78cf15eb3153",
    "recording_id": "a6e9169b-ee30-4275-bd30-5c8a3efc3f49",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Commune",
    "release_id": "bd50286e-ed53-41a5-bd23-abb7fb9953fc",
    "release_group_id": "ae73115b-aa66-447c-a6f6-30d67639593d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you live in the PNW, you know that \"Hide From the Sun\" is an appropriate holiday track. :)\n\nhttps://goat.bandcamp.com\n\nAt The Pearl in Vancouver on July 12 & 13!!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}