Information about plays

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

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

{
    "id": 3636229,
    "uri": "https://api.kexp.org/v2/plays/3636229/?format=api",
    "airdate": "2026-04-01T01:04:29-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-cd7d006c-a9fa-4094-a733-6d001dcfa4b4/mbid-cd7d006c-a9fa-4094-a733-6d001dcfa4b4-37958037007_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-cd7d006c-a9fa-4094-a733-6d001dcfa4b4/mbid-cd7d006c-a9fa-4094-a733-6d001dcfa4b4-37958037007_thumb250.jpg",
    "song": "Pretty Pimpin",
    "track_id": "7c1c276d-6a92-4822-a93f-61e494bc04ce",
    "recording_id": "71e56dad-b568-4e84-876a-b7a70c809b1c",
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "b'lieve i'm goin down...",
    "release_id": "cd7d006c-a9fa-4094-a733-6d001dcfa4b4",
    "release_group_id": "62917949-8997-409b-94fb-af8a41ff3c52",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}