Information about plays

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

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

{
    "id": 3501251,
    "uri": "https://api.kexp.org/v2/plays/3501251/?format=api",
    "airdate": "2025-05-14T11:38:45-07:00",
    "show": 63458,
    "show_uri": "https://api.kexp.org/v2/shows/63458/?format=api",
    "image_uri": "https://ia800709.us.archive.org/12/items/mbid-cb7ab115-e6d9-48da-a05f-316ded9fca8b/mbid-cb7ab115-e6d9-48da-a05f-316ded9fca8b-41667308731_thumb500.jpg",
    "thumbnail_uri": "https://dn721302.ca.archive.org/0/items/mbid-cb7ab115-e6d9-48da-a05f-316ded9fca8b/mbid-cb7ab115-e6d9-48da-a05f-316ded9fca8b-41667308731_thumb250.jpg",
    "song": "Grow Wings and Fly",
    "track_id": "f8a8c085-4683-454e-9a7c-81b221440348",
    "recording_id": "716e04e3-fd1c-4158-bff6-877ad87a824e",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Phantom Island",
    "release_id": "cb7ab115-e6d9-48da-a05f-316ded9fca8b",
    "release_group_id": "716f0986-f131-4e3c-a140-55845bbded3c",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phantom Island is the upcoming 27th studio album by Australian psychedelic rock band King Gizzard & the Lizard Wizard, set for release on 13 June 2025.\n\"Grow Wings and Fly\" is the third song to be released from the album following the title track and “Deadstick.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}