Information about plays

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

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

{
    "id": 3540394,
    "uri": "https://api.kexp.org/v2/plays/3540394/?format=api",
    "airdate": "2025-08-15T13:26:20-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d3b70cb-e6b0-4487-9451-ee8e3ffe14c9/38097526889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d3b70cb-e6b0-4487-9451-ee8e3ffe14c9/38097526889-250.jpg",
    "song": "Fire for You",
    "track_id": null,
    "recording_id": "9bf67bed-2a6f-4975-ab9e-61048c168be5",
    "artist": "Cannons",
    "artist_ids": [
        "eb9eb9f8-c691-4fef-9bdf-0cbffbfa42ee"
    ],
    "album": "Fire for You",
    "release_id": null,
    "release_group_id": "b660079d-0a9f-4e00-b9a1-49a7a58c1348",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}