Information about plays

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

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

{
    "id": 3599085,
    "uri": "https://api.kexp.org/v2/plays/3599085/?format=api",
    "airdate": "2026-01-02T04:30:25-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b5eb0be-75fb-48dd-9a45-8cd74df41986/7331856635-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b5eb0be-75fb-48dd-9a45-8cd74df41986/7331856635-250.jpg",
    "song": "Shot Callin' & Big Ballin'",
    "track_id": null,
    "recording_id": "e3059e38-b0c8-4497-822c-cc79eeac5e9d",
    "artist": "The WhoRidas",
    "artist_ids": [
        "78e2f805-c6f8-4a8c-8d57-19f8256a9e8d"
    ],
    "album": "Whoridin'",
    "release_id": null,
    "release_group_id": "d76a3fee-3d78-31b9-8713-1ec614f5bfef",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}