Information about plays

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

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

{
    "id": 3583544,
    "uri": "https://api.kexp.org/v2/plays/3583544/?format=api",
    "airdate": "2025-11-27T06:07:53-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar & Spice",
    "track_id": "6217f9a7-8459-4175-a192-f1765fdfa849",
    "recording_id": "166234e6-c7b5-4a17-a6af-fe90a0ed4350",
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Sugar & Spice",
    "release_id": "50cdc2fd-5f5a-4a92-b708-d7150956ca69",
    "release_group_id": "bff4d1eb-7ed9-47ff-b688-5f655750d31b",
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hatchie (Harriette Pilbeam) performed \"Sugar & Spice,\" the title song from her debut EP, live in the KEXP studio in 2018. \n\nWatch that entire performance here: https://www.youtube.com/watch?v=7b0tU4gFpgs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}