Information about plays

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

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

{
    "id": 3421606,
    "uri": "https://api.kexp.org/v2/plays/3421606/?format=api",
    "airdate": "2024-11-05T05:58:46-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia600600.us.archive.org/35/items/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b-39300156074_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/35/items/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b-39300156074_thumb250.jpg",
    "song": "Sad Pilot",
    "track_id": "4ac0d5ab-a1cd-4f37-bf60-12d7d64169f8",
    "recording_id": "45e57b02-d20e-40a8-871e-d764b0f2c4f9",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Flight b741",
    "release_id": "ef612160-0fa4-4e77-94d0-87e6e4b9ab7b",
    "release_group_id": "2dc473a8-c4af-4dc0-8907-c609bf953499",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out the Cara!\n\nKing Gizzard and The Lizard Wizard will play the Regency Ballroom in San Francisco on November 6. More here: https://www.theregencyballroom.com/events/detail/?event_id=692339\n\nEnjoy Live Video from KG&TLW's 2022 KEXP In-Studio, hosted by Cheryl Waters: https://bit.ly/4aa7R5O.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}