Information about plays

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

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

{
    "id": 3599032,
    "uri": "https://api.kexp.org/v2/plays/3599032/?format=api",
    "airdate": "2026-01-02T01:33:41-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Believe",
    "track_id": null,
    "recording_id": null,
    "artist": "Murder by Death",
    "artist_ids": [
        "115eda90-a9f4-4437-9e4d-513daa0d5f35"
    ],
    "album": "Egg & Dart",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Many Hats"
    ],
    "label_ids": [],
    "release_date": "2025-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Ben from Seattle\n\nhttps://murderbydeath.bandcamp.com/album/egg-dart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}