Information about plays

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

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

{
    "id": 3554331,
    "uri": "https://api.kexp.org/v2/plays/3554331/?format=api",
    "airdate": "2025-09-17T21:16:27-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stars Blink Inside",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverse Death",
    "artist_ids": [
        "1718728e-f056-42d8-a312-d2d0ebec2f0f"
    ],
    "album": "Stars Blink Inside",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Halfshell Records"
    ],
    "label_ids": [
        "73f1c56c-ba9b-4413-8bc8-297e21947c27"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New album pre-order deadcurrencies.bandcamp.com/album/reflectors-vol-i",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}