Information about plays

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

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

{
    "id": 3544131,
    "uri": "https://api.kexp.org/v2/plays/3544131/?format=api",
    "airdate": "2025-08-24T08:40:51-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Qatza",
    "track_id": null,
    "recording_id": null,
    "artist": "Eyal Talmudi",
    "artist_ids": [],
    "album": "Sonolodge II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Raw Tapes"
    ],
    "label_ids": [
        "acbdf10a-23b8-49a0-a2d3-876eba23ccde"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at the beautiful forthcoming release from Tel Aviv-based composer Eyal Talmudi that's out this upcoming Friday ~ https://eyaltalmudi.bandcamp.com/album/sonolodge-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}