Information about plays

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

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

{
    "id": 3630854,
    "uri": "https://api.kexp.org/v2/plays/3630854/?format=api",
    "airdate": "2026-03-19T02:01:44-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "https://coverartarchive.org/release/9353890a-a687-4882-88a5-12fdfdbe4419/13132447351-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9353890a-a687-4882-88a5-12fdfdbe4419/13132447351-250.jpg",
    "song": "A Ray of Sunshine",
    "track_id": null,
    "recording_id": "79c9b5db-1893-4623-b1e8-24b1b409cf32",
    "artist": "Wham!",
    "artist_ids": [
        "d570bb31-b9ca-45a4-a2d9-11b186d9c159"
    ],
    "album": "Fantastic",
    "release_id": null,
    "release_group_id": "1cd34f51-b5cc-3176-873a-bb4e5056e342",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1983-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}