Information about plays

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

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

{
    "id": 3656594,
    "uri": "https://api.kexp.org/v2/plays/3656594/?format=api",
    "airdate": "2026-05-19T00:00:45-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d70d120-e4e2-4acf-8aab-ffa0bfb7c9c3/28313550823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d70d120-e4e2-4acf-8aab-ffa0bfb7c9c3/28313550823-250.jpg",
    "song": "The Beautiful and the Damned",
    "track_id": null,
    "recording_id": null,
    "artist": "Essential Logic",
    "artist_ids": [
        "a966e841-bf19-47b1-93a0-44a310bc1cbd"
    ],
    "album": "Fanfare in the Garden",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Essential from X-Ray Spex member Lora Logic! - https://essentiallogic.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}