Information about plays

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

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

{
    "id": 3605623,
    "uri": "https://api.kexp.org/v2/plays/3605623/?format=api",
    "airdate": "2026-01-17T18:42:27-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Following the Stick Chart, Pt. 3",
    "track_id": null,
    "recording_id": null,
    "artist": "Pampa",
    "artist_ids": [
        "049da5b6-06d5-4123-bffb-2c5b9dddca34"
    ],
    "album": "Following the Stick Chart, Pt. 3",
    "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": "PAMPA is back! The band fronted by Seattle musician Moon Baillie just put out the third part to their running \"Following the Stick Chart\" series; Pt. 2 came out back in 2019 as part of their second record La Contumacia!\n\nhttps://pampas.bandcamp.com/album/la-contumacia",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}