Information about plays

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

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

{
    "id": 3582094,
    "uri": "https://api.kexp.org/v2/plays/3582094/?format=api",
    "airdate": "2025-11-23T22:06:11-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon",
    "track_id": null,
    "recording_id": "70fa3f23-abbb-43d4-8f05-ef53971d36da",
    "artist": "ZENИTH",
    "artist_ids": [
        "2f41bbf4-7a9f-4a7a-8a93-85d2539a2223"
    ],
    "album": "Ritual",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BLWBCK"
    ],
    "label_ids": [
        "b2eb89d7-6548-4eab-b99a-becbcd88f6ee"
    ],
    "release_date": "2013-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://znth.bandcamp.com/album/ritual",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}