Information about plays

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

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

{
    "id": 3438127,
    "uri": "https://api.kexp.org/v2/plays/3438127/?format=api",
    "airdate": "2024-12-14T20:05:00-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia802709.us.archive.org/19/items/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90-10762137555_thumb500.jpg",
    "thumbnail_uri": "https://ia802709.us.archive.org/19/items/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90-10762137555_thumb250.jpg",
    "song": "Heavenly Days",
    "track_id": "e7e99a80-bf3b-4e78-8c83-71425ad86dd8",
    "recording_id": "b22f91a9-9044-46d9-804f-57f29019247f",
    "artist": "Rose Windows",
    "artist_ids": [
        "8d104e2d-6645-4284-bc4f-a57708068b05"
    ],
    "album": "The Sun Dogs",
    "release_id": "f4bf4504-a08f-49e1-9b98-3a172df10d90",
    "release_group_id": "14318579-51c7-4086-b364-72139d3f18ed",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-12-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Casey! Thanks Casey!!\n\n\"Rose Windows, a Seattle-based sextet that drew upon everything from American folk to West Saharan guitar rock, from pentatonic proto-metal to traditional Persian music, from the darker corners of California’s early psych scene to the hazy atmospherics of contemporary drone artists...\"\n\nhttps://www.subpop.com/artists/rose_windows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}