Information about plays

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

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

{
    "id": 3605811,
    "uri": "https://api.kexp.org/v2/plays/3605811/?format=api",
    "airdate": "2026-01-18T02:51:39-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poma",
    "track_id": "b1a7c839-0246-43bd-a4ed-3060a83a7296",
    "recording_id": "da93adbc-b1bd-45c0-bc54-02453af04cae",
    "artist": "Oxis",
    "artist_ids": [
        "a6f960ff-4bca-4952-be38-a237c34f3d9c"
    ],
    "album": "Oxis 8",
    "release_id": "8ba5f3c4-611a-43ac-b1f9-718daa1328f2",
    "release_group_id": "8564402d-a673-433e-bf7a-1590be236074",
    "labels": [
        "Boom Records LLC"
    ],
    "label_ids": [
        "a9b26b4c-ea38-4d02-89f4-75debf70fa7e"
    ],
    "release_date": "2026-01-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}