Information about plays

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

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

{
    "id": 3559062,
    "uri": "https://api.kexp.org/v2/plays/3559062/?format=api",
    "airdate": "2025-09-29T02:12:59-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcfc2943-0436-4e98-98f8-0dd862f6c4e6/37043558574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcfc2943-0436-4e98-98f8-0dd862f6c4e6/37043558574-250.jpg",
    "song": "Yesterday Was Cool",
    "track_id": null,
    "recording_id": "2dd2a7d9-ac63-4eb0-bd1c-44508350f724",
    "artist": "Johnny Hammond",
    "artist_ids": [
        "af8a8ede-2c56-469e-9069-463218595f85"
    ],
    "album": "Gambler's Life",
    "release_id": null,
    "release_group_id": "4232a758-af58-3eea-a573-626b2b7e8f64",
    "labels": [
        "Salvation Records"
    ],
    "label_ids": [
        "4cc11e11-91ef-4166-8a83-20c4f853743a"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Mizell Brother's produced classic and crate diggers dream, \"Gambler's Life\" is a multi layered jazz/funk gem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}