Information about plays

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

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

{
    "id": 3605719,
    "uri": "https://api.kexp.org/v2/plays/3605719/?format=api",
    "airdate": "2026-01-17T21:39:09-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thrill",
    "track_id": null,
    "recording_id": null,
    "artist": "Doe St",
    "artist_ids": [],
    "album": "Same Day EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Legless Records"
    ],
    "label_ids": [
        "4d7410fa-5246-447a-9a2a-b6075d0fcc2b"
    ],
    "release_date": "2026-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rye, Australia\n\nThis Same Day EP marks Doe St's seventh release\n\nhttps://doest.bandcamp.com/album/same-day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}