Information about plays

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

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

{
    "id": 3418369,
    "uri": "https://api.kexp.org/v2/plays/3418369/?format=api",
    "airdate": "2024-10-28T10:58:00-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://ia800600.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": "Field of Vision",
    "track_id": "5391fcc1-d797-4638-9027-7a9b3ea88d07",
    "recording_id": "70b3020f-ef75-49cc-931b-0f5c90bd5550",
    "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": "https://kinggizzard.bandcamp.com/album/flight-b741\n\nThey'll be playing Paso Robles, CA on November 3rd and Stanford, CA on November 4th! Keep listening for your chance to win tickets today for the Stanford King Gizz show on KEXP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}