Information about plays

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

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

{
    "id": 3649794,
    "uri": "https://api.kexp.org/v2/plays/3649794/?format=api",
    "airdate": "2026-05-02T23:18:32-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Worst",
    "track_id": null,
    "recording_id": null,
    "artist": "Damnage",
    "artist_ids": [
        "04cc6ace-1892-41ed-85d1-f809413d28d2"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In Bloom"
    ],
    "label_ids": [
        "8b58c941-b93c-40d8-a101-3ebc1104a065"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead by Lady Gaga's guitarist, Tim Stewart\n\nhttps://www.damnageband.com/\nhttps://www.thelunacollective.co/journal/qa-damnage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}