Information about plays

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

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

{
    "id": 3635129,
    "uri": "https://api.kexp.org/v2/plays/3635129/?format=api",
    "airdate": "2026-03-29T13:10:44-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-aed5d621-6890-4a6b-8796-41bb6211fd8c/mbid-aed5d621-6890-4a6b-8796-41bb6211fd8c-6108836516_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-aed5d621-6890-4a6b-8796-41bb6211fd8c/mbid-aed5d621-6890-4a6b-8796-41bb6211fd8c-6108836516_thumb250.jpg",
    "song": "Off the Hook",
    "track_id": "4c45ff8e-fca9-3d14-af66-a54e984c4e2e",
    "recording_id": "af30e32d-1e43-4954-9d1b-55724b5b84b1",
    "artist": "CSS",
    "artist_ids": [
        "23b58ea2-1cc3-468a-9e76-5027e196e851"
    ],
    "album": "Cansei de Ser Sexy",
    "release_id": "aed5d621-6890-4a6b-8796-41bb6211fd8c",
    "release_group_id": "ec8bc4c9-a719-3bf4-bfe6-857d286012e7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Luiza Sa of CSS, born on this day in 1983!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}