Information about plays

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

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

{
    "id": 3604940,
    "uri": "https://api.kexp.org/v2/plays/3604940/?format=api",
    "airdate": "2026-01-16T04:06:00-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyeball",
    "track_id": "46a84f48-32a2-4d8f-84ea-c85866d120b0",
    "recording_id": "723bfe7d-3d77-44be-bb1b-24fe5bac71ce",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Eyeball",
    "release_id": "1fde4a38-fc4b-4a58-ac9d-ebc42b70e770",
    "release_group_id": "0417dbcc-7d0a-4173-ae06-8bf28304308e",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}