Information about plays

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

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

{
    "id": 3422900,
    "uri": "https://api.kexp.org/v2/plays/3422900/?format=api",
    "airdate": "2024-11-08T12:32:02-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://ia802803.us.archive.org/2/items/mbid-187bfb77-35c9-4d1f-a8c4-1701479b8fa3/mbid-187bfb77-35c9-4d1f-a8c4-1701479b8fa3-25452458433_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/2/items/mbid-187bfb77-35c9-4d1f-a8c4-1701479b8fa3/mbid-187bfb77-35c9-4d1f-a8c4-1701479b8fa3-25452458433_thumb250.jpg",
    "song": "Kerosene!",
    "track_id": "ed83e738-fafd-4150-8b60-2ffb7b9441bb",
    "recording_id": "dc5426c2-8aa8-4441-a722-27ba6ef019ef",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Heaven to a Tortured Mind",
    "release_id": "187bfb77-35c9-4d1f-a8c4-1701479b8fa3",
    "release_group_id": "448bf766-1101-4554-9b23-2d3b254a984d",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2020-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kerosene! comes from Yves Tumor's 2020 album, Heaven to a Tortured Mind. \nhttps://yves-tumor.bandcamp.com\n\n\"Genre-bending is an inadequate rubric for describing what makes Tumor’s sound so enticing; with each new record, they seem to embody a genre—its history, its texture, its tropes. The mutations and evolutions across their work are something closer to method acting.\" Read more about the album here: https://tinyurl.com/3tdzwjkp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}