Information about plays

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

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

{
    "id": 3605666,
    "uri": "https://api.kexp.org/v2/plays/3605666/?format=api",
    "airdate": "2026-01-17T19:56:57-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Avg. Weekend",
    "track_id": null,
    "recording_id": null,
    "artist": "n3ster",
    "artist_ids": [],
    "album": "ep2",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Seattle band n3ster! It's off ep2, their newest EP, which is out right now on Den Tapes!\n\nhttps://dentapes.bandcamp.com/album/ep2-2",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}