Information about plays

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

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

{
    "id": 3617207,
    "uri": "https://api.kexp.org/v2/plays/3617207/?format=api",
    "airdate": "2026-02-14T02:36:50-08:00",
    "show": 65927,
    "show_uri": "https://api.kexp.org/v2/shows/65927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Max Continuous Power",
    "track_id": null,
    "recording_id": null,
    "artist": "FUEDAL",
    "artist_ids": [
        "10d06b1e-7526-4f44-a18c-f0324438e9d9"
    ],
    "album": "Max Continuous Power",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "à La Carte Records"
    ],
    "label_ids": [
        "967567ca-b435-43fe-96ed-6ac604a27a34"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://fuedal.bandcamp.com/album/max-continuous-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}