Information about plays

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

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

{
    "id": 3539555,
    "uri": "https://api.kexp.org/v2/plays/3539555/?format=api",
    "airdate": "2025-08-13T10:11:41-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia904600.us.archive.org/31/items/mbid-45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2/mbid-45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2-30846793596_thumb500.jpg",
    "thumbnail_uri": "https://ia804600.us.archive.org/31/items/mbid-45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2/mbid-45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2-30846793596_thumb250.jpg",
    "song": "The Power Is On",
    "track_id": "2622fe40-b6ac-335f-bdd0-73a7990995c7",
    "recording_id": "cfd9b26c-eb51-48a6-8f70-7559bff1ba7f",
    "artist": "The Go! Team",
    "artist_ids": [
        "8a396a9c-2e4f-47e2-a587-c26e93a0953f"
    ],
    "album": "Thunder, Lightning, Strike",
    "release_id": "45cd0da4-b9e7-3bf0-95d9-1c81a3be2db2",
    "release_group_id": "370f0e88-abf3-3a22-a7cd-9cb0c3ebdc61",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2004-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Each track from their debut studio album was created by combining five or six different ideas from the large assortment of tapes founding member Ian Parton put together over the course of 2003.\nhttps://www.thegoteam.co.uk/\n\nWatch their KEXP live from 2018 here: https://www.youtube.com/watch?v=lN2eO2p3sW0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}