Information about plays

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

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

{
    "id": 3597971,
    "uri": "https://api.kexp.org/v2/plays/3597971/?format=api",
    "airdate": "2025-12-30T10:46:23-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Than Life",
    "track_id": "1adff90c-a937-4ea6-bb0d-76ee4291c863",
    "recording_id": "b9d6f64a-0bed-4a3a-ad46-09e797819659",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Night Life",
    "release_id": "64514e91-52cb-4f10-8394-14378247eabf",
    "release_group_id": "36f45ead-382e-4791-999e-ff5f16d1d143",
    "labels": [
        "Fiction",
        "Universal Music (UK) Ltd."
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc",
        "f2dea378-10fd-48e2-a5fb-c7791bd36dd8"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English band The Horrors released the Night Life album, their sixth and first in eight years, this past March!\n\nWith a sound that spans garage-rock, shoegaze, post-punk, and electronic music, the Horrors are one of the U.K.'s most restless -- and consistently innovative -- bands. Read more about them here: https://tinyurl.com/3sd2x98t\n\nhttps://www.thehorrors.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}