Information about plays

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

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

{
    "id": 3611697,
    "uri": "https://api.kexp.org/v2/plays/3611697/?format=api",
    "airdate": "2026-02-01T02:07:10-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Allnighter",
    "track_id": null,
    "recording_id": null,
    "artist": "Speedclaw",
    "artist_ids": [],
    "album": "Stardust",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [],
    "release_date": "2025-11-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I featured these dudes on the In Our Headphones podcast with Evie! Listen here: https://www.kexp.org/podcasts/in-our-headphones/2026/1/27/kexp-dj-reeves-on-croatias-speedclaw/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}