Information about plays

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

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

{
    "id": 3636770,
    "uri": "https://api.kexp.org/v2/plays/3636770/?format=api",
    "airdate": "2026-04-02T06:27:50-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-95c79de1-02e4-3e0b-a264-101b265050b1/mbid-95c79de1-02e4-3e0b-a264-101b265050b1-6143679895_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-95c79de1-02e4-3e0b-a264-101b265050b1/mbid-95c79de1-02e4-3e0b-a264-101b265050b1-6143679895_thumb250.jpg",
    "song": "Planet",
    "track_id": "61d3fe37-fa87-3d0f-9812-dbc328458ac0",
    "recording_id": "7ba04da5-2dbd-47fa-a31e-eea8bc7468fc",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Here Today, Tomorrow Next Week!",
    "release_id": "95c79de1-02e4-3e0b-a264-101b265050b1",
    "release_group_id": "c7e726f2-1e99-3bb9-83c4-4eb28af1cffe",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1989-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Rojan in Orlando!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}