Information about plays

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

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

{
    "id": 3542752,
    "uri": "https://api.kexp.org/v2/plays/3542752/?format=api",
    "airdate": "2025-08-21T04:09:53-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/6141455c-ca06-4efb-92af-1d992ca30b68/1503085738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6141455c-ca06-4efb-92af-1d992ca30b68/1503085738-250.jpg",
    "song": "Number One (instrumental)",
    "track_id": null,
    "recording_id": "5ca4974c-7d7d-45d1-8d06-817e0e05d819",
    "artist": "Patrice Rushen",
    "artist_ids": [
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Straight From the Heart",
    "release_id": null,
    "release_group_id": "887a2c4b-ef24-3215-8f8b-a611759ee716",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1982-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}