Information about plays

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

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

{
    "id": 3561139,
    "uri": "https://api.kexp.org/v2/plays/3561139/?format=api",
    "airdate": "2025-10-04T06:23:05-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/9217f263-5b8d-4308-905a-f26b8ff9bf00/42793605726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9217f263-5b8d-4308-905a-f26b8ff9bf00/42793605726-250.jpg",
    "song": "The Traveller",
    "track_id": null,
    "recording_id": "9bd30ffe-5781-463d-9d4c-a5303a44765b",
    "artist": "Art d’Ecco",
    "artist_ids": [
        "f1d55d22-2d7a-465d-b9ff-b59cffa6b48b"
    ],
    "album": "Serene Demon",
    "release_id": null,
    "release_group_id": "d259311c-76b1-410b-8f40-1bff87c2a46b",
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}