Information about plays

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

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

{
    "id": 3437579,
    "uri": "https://api.kexp.org/v2/plays/3437579/?format=api",
    "airdate": "2024-12-13T12:55:07-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia800603.us.archive.org/19/items/mbid-1b5029a9-e0a5-4c0d-8e9f-160c32095d7c/mbid-1b5029a9-e0a5-4c0d-8e9f-160c32095d7c-40475309204_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/19/items/mbid-1b5029a9-e0a5-4c0d-8e9f-160c32095d7c/mbid-1b5029a9-e0a5-4c0d-8e9f-160c32095d7c-40475309204_thumb250.jpg",
    "song": "In My Head",
    "track_id": "e005bdd0-615d-4c4c-b05d-7954b7bbc6f8",
    "recording_id": "b6fa2a12-6f65-4e38-851d-388620198711",
    "artist": "The Haunted Youth",
    "artist_ids": [
        "12db27e3-c430-4ff9-ac22-c1ef8f2ad799"
    ],
    "album": "In My Head",
    "release_id": "1b5029a9-e0a5-4c0d-8e9f-160c32095d7c",
    "release_group_id": "9d6b87b0-c790-48a1-9111-f89b7dc3313c",
    "labels": [
        "Mayway Records"
    ],
    "label_ids": [
        "5167bd27-a60d-45db-b58a-97ab58c03b57"
    ],
    "release_date": "2024-11-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Belgium, The Haunted Youth released \"In My Head\" as a single last month. The 2022 album Dawn of the Freak was their debut full-length release. \n\nhttps://thehauntedyouthofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}