Information about plays

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

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

{
    "id": 3594914,
    "uri": "https://api.kexp.org/v2/plays/3594914/?format=api",
    "airdate": "2025-12-23T13:42:20-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Spruce Needles",
    "track_id": "4f1ef5a4-0b45-36a8-b4bf-242010cd93f5",
    "recording_id": "de07927d-f8d1-40e6-91ab-2dbbdaf1e386",
    "artist": "The Boy Least Likely To",
    "artist_ids": [
        "eb5c8564-927d-414d-b152-c7b48a2c9d8b"
    ],
    "album": "Christmas Special",
    "release_id": "2c2e4a71-e67f-4300-8fa5-266cbb43aab4",
    "release_group_id": "8fdb73b5-f234-4b1e-aa30-38f07ed37639",
    "labels": [
        "Too Young to Die"
    ],
    "label_ids": [
        "6123fbd8-29f8-4911-a577-1f4971ad4840"
    ],
    "release_date": "2010-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.K. duo the Boy Least Likely To was one of the freshest and most exciting indie pop groups to surface in the mid-decade. The group is made up of singer/lyricist Jof Owen and Pete Hobbs. \nhttps://www.allmusic.com/artist/the-boy-least-likely-to-mn0000454236#biography\n\nhttps://theboyleastlikelyto.bandcamp.com\nhttps://theboyleastlikelyto.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}