Information about plays

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

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

{
    "id": 3590854,
    "uri": "https://api.kexp.org/v2/plays/3590854/?format=api",
    "airdate": "2025-12-14T02:02:58-08:00",
    "show": 65374,
    "show_uri": "https://api.kexp.org/v2/shows/65374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gilotyna",
    "track_id": null,
    "recording_id": null,
    "artist": "Ciśnienie",
    "artist_ids": [
        "555e0839-fcdb-43e2-be9b-3d9a1c5f5785"
    ],
    "album": "(angry noises)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "a n g r y \nn o i s e s \n\nhttps://cisnienie.bandcamp.com/album/angry-noises",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}