Information about plays

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

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

{
    "id": 3602966,
    "uri": "https://api.kexp.org/v2/plays/3602966/?format=api",
    "airdate": "2026-01-11T07:01:18-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "for feels, for novelty",
    "track_id": null,
    "recording_id": null,
    "artist": "Ludvig Cimbrelius",
    "artist_ids": [
        "e420642a-1ffd-43d3-bc77-546706ed5482"
    ],
    "album": "Aries Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [],
    "release_date": "2025-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the latest album from prolific Swedish artist Ludvig Cimbrelius to be released under his own name ~ https://hushhushrecords.bandcamp.com/album/aries-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}