Information about plays

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

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

{
    "id": 3624355,
    "uri": "https://api.kexp.org/v2/plays/3624355/?format=api",
    "airdate": "2026-03-02T09:48:00-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolene",
    "track_id": "372cf872-1552-4123-938c-51ae65e74081",
    "recording_id": "66b7a088-7769-4194-91af-35547da1aa56",
    "artist": "The Sisters of Mercy",
    "artist_ids": [
        "553d8166-27b0-49fe-b8e4-89a984e2c375"
    ],
    "album": "BBC Sessions 1982-1984",
    "release_id": "0fd55d04-1f80-4ab0-9aa3-acf80b1b7acb",
    "release_group_id": "e9f98c7c-c1c3-49ab-95c6-01b3c3c154e5",
    "labels": [
        "BBC",
        "Merciful Release"
    ],
    "label_ids": [
        "dbeedfc9-cce7-4640-bf4f-5f3e568c77cd",
        "668aab27-71bb-4ea8-b24d-c7768ce0285e"
    ],
    "release_date": "2021-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On their website, The Sisters of Mercy say, \"We are a rock'n'roll band. And a pop band. And an industrial groove machine. We are intellectual love gods.\": http://www.the-sisters-of-mercy.com/\n\nThis is their cover of the Dolly Parton original.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}