Information about plays

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

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

{
    "id": 3438254,
    "uri": "https://api.kexp.org/v2/plays/3438254/?format=api",
    "airdate": "2024-12-15T02:55:10-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bent",
    "track_id": "56594225-8538-4cd0-b47c-01f35bd7a528",
    "recording_id": "a31cbf97-9f69-4c49-a34f-1747f29f7fcf",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": "e27c4525-b232-4b77-ab69-212216777ef1",
    "release_group_id": "2399cefe-5436-430c-8e88-c550de9bb079",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle's own Black Ends!\n\nCheck out this full performance by Black Ends, Live on KEXP from March 2022, here:\nhttps://www.youtube.com/watch?v=eO0ThO81z2w\n---\nListen to more from Black Ends here, enjoy:\nhttps://blackends.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}