Information about plays

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

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

{
    "id": 3586550,
    "uri": "https://api.kexp.org/v2/plays/3586550/?format=api",
    "airdate": "2025-12-04T03:29:56-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smokin' Cheeba Cheeba",
    "track_id": null,
    "recording_id": "a1ea8c2f-c258-452f-8efe-5d2a740d25d0",
    "artist": "Harlem Underground Band",
    "artist_ids": [
        "1b687f1a-52d2-4cb4-b88e-d84f0e0e6d35"
    ],
    "album": "Harlem Underground",
    "release_id": null,
    "release_group_id": "8510ed3f-68b7-3522-8623-2a55bb832983",
    "labels": [
        "Paul Winley Records"
    ],
    "label_ids": [
        "c9d0a76f-854e-4dd7-b2e5-02b3ebbf2c7c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}