Information about plays

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

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

{
    "id": 3620617,
    "uri": "https://api.kexp.org/v2/plays/3620617/?format=api",
    "airdate": "2026-02-22T01:17:24-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burning Structures",
    "track_id": null,
    "recording_id": null,
    "artist": "Ragana",
    "artist_ids": [
        "e7e11307-e6e9-41f9-8d50-07079289ebb3"
    ],
    "album": "Live at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Burning Structures is from Ragana's debut full length album, All's Lost.\nYou can catch our interview with the band if you watch the in-studio session on our YouTube channel:\n\nhttps://youtu.be/_wDG2-cmtG4?si=3MWeCx7K4Ld_dFCa\nhttps://ragana.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}