Information about plays

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

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

{
    "id": 3417173,
    "uri": "https://api.kexp.org/v2/plays/3417173/?format=api",
    "airdate": "2024-10-25T16:40:36-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonehead",
    "track_id": "2384c832-c94a-4da6-9b49-5371e85b9901",
    "recording_id": "3e43c720-0560-444d-8383-ca2803dde4ab",
    "artist": "Frankie and The Witch Fingers",
    "artist_ids": [
        "cc846715-ccc7-4391-868b-0876d135daa0"
    ],
    "album": "Bonehead",
    "release_id": "c656bf76-f652-4b20-805e-c4c56b484382",
    "release_group_id": "f4df1201-a9e5-41d4-a28f-822528168b6c",
    "labels": [
        "The Reverberation Appreciation Society",
        "Greenway Records"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648",
        "353d0410-9950-45b1-b707-a3a303ae6fa3"
    ],
    "release_date": "2024-09-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aptly named for the holiday season (both the artist and the song!)\n\nPerforming in Santa Cruz at Moe's Alley on October 30th, and San Francisco's Independent on Halloween (October 31st)!\n\nThey recently played an amazing live set in the KEXP Gathering Space. Stay tuned to YouTube to see when this one is posted. This was recorded to be pressed on vinyl for Record Store Day 2025!\nhttps://www.youtube.com/user/kexpradio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}