Information about plays

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

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

{
    "id": 3637453,
    "uri": "https://api.kexp.org/v2/plays/3637453/?format=api",
    "airdate": "2026-04-03T22:33:22-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3b7bd7c-c850-4f08-ab91-b476fd96f2fe/44404212542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3b7bd7c-c850-4f08-ab91-b476fd96f2fe/44404212542-250.jpg",
    "song": "Everything Allocated",
    "track_id": null,
    "recording_id": "c39e7e8a-6fa0-40df-80f0-5e34c42e6dec",
    "artist": "Larry June, Curren$y & The Alchemist",
    "artist_ids": [
        "20d49152-11a2-4e55-8251-0d11dc6424fa",
        "4ce1c576-305a-4b82-82fa-5e5359056219",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Spiral Staircases",
    "release_id": null,
    "release_group_id": "c46f8d7a-90b5-4b8d-8d60-e376d184f1cf",
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}