Information about plays

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

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

{
    "id": 3584658,
    "uri": "https://api.kexp.org/v2/plays/3584658/?format=api",
    "airdate": "2025-11-29T19:14:35-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "77",
    "track_id": null,
    "recording_id": "06bf0735-3dd0-4ff1-b8b1-c2140979ce66",
    "artist": "Dan Dan",
    "artist_ids": [
        "7316408f-261e-4a77-8eb1-675db36fc182"
    ],
    "album": "77",
    "release_id": null,
    "release_group_id": "58b83b16-619a-4e93-90fe-4627d7dab592",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The title track off of Portland electronic prog band Dan Dan's 2019 album 77!\n\nhttps://dandansynth.bandcamp.com/album/77",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}