Information about plays

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

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

{
    "id": 3636162,
    "uri": "https://api.kexp.org/v2/plays/3636162/?format=api",
    "airdate": "2026-03-31T21:36:50-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "https://coverartarchive.org/release/831a0663-f1f0-43d2-a99a-09681e69b8aa/25176349325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/831a0663-f1f0-43d2-a99a-09681e69b8aa/25176349325-250.jpg",
    "song": "Jungle Music",
    "track_id": null,
    "recording_id": "46727e67-1841-46d6-a3aa-6977cadce0b9",
    "artist": "Kelenkye Band",
    "artist_ids": [
        "a403a62c-5454-4661-9bda-7947f7b3d59d"
    ],
    "album": "Moving World",
    "release_id": null,
    "release_group_id": "ded797ec-63aa-4353-8eac-dc3a5e2dc772",
    "labels": [
        "Production Dessinée"
    ],
    "label_ids": [
        "bedaef53-72c4-451d-bd6b-0b4b85c0c3dd"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}