Information about plays

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

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

{
    "id": 3620449,
    "uri": "https://api.kexp.org/v2/plays/3620449/?format=api",
    "airdate": "2026-02-21T18:20:04-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hide Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Hibou",
    "artist_ids": [],
    "album": "Hibou",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Barsuk"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut EP of the Seattle-originated dream pop act Hibou!\n\nThe band consists solely of Peter Michel, who formerly toured as the drummer for Craft Spells. \n\nhttps://hibouband.bandcamp.com/album/hibou",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}