Information about plays

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

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

{
    "id": 3636093,
    "uri": "https://api.kexp.org/v2/plays/3636093/?format=api",
    "airdate": "2026-03-31T17:13:10-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://dn721301.ca.archive.org/0/items/mbid-508aae10-4c43-4ac6-8ee8-9ca0a62e2f19/mbid-508aae10-4c43-4ac6-8ee8-9ca0a62e2f19-22216985412_thumb500.jpg",
    "thumbnail_uri": "https://dn721301.ca.archive.org/0/items/mbid-508aae10-4c43-4ac6-8ee8-9ca0a62e2f19/mbid-508aae10-4c43-4ac6-8ee8-9ca0a62e2f19-22216985412_thumb250.jpg",
    "song": "Cyboogie",
    "track_id": "08ee8f9b-855d-4d0c-a921-6dde7adf3eb0",
    "recording_id": "01733a16-04d0-4c0b-8d61-83d90a249b8c",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Cyboogie",
    "release_id": "508aae10-4c43-4ac6-8ee8-9ca0a62e2f19",
    "release_group_id": "a3e2b0f3-4178-4240-891e-841f2c7e7365",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizz for Aria, from her Uncle!\n__\n\n\"Cyboogie\" was the lead single from King Gizz's 14th studio album 'Fishing for Fishies' released in 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}