Information about plays

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

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

{
    "id": 3620513,
    "uri": "https://api.kexp.org/v2/plays/3620513/?format=api",
    "airdate": "2026-02-21T20:20:29-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover's Spit",
    "track_id": null,
    "recording_id": null,
    "artist": "Kylie V",
    "artist_ids": [],
    "album": "Lover's Spit / Year of the Rabbit",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From a double single recently released by Vancouver artist Kylie V!\n\nhttps://kyliev.bandcamp.com/album/lovers-spit-year-of-the-rabbit-acoustic\n\nIf you're in Vancouver, they're playing a show TONIGHT at Green Auto with Kristin Witko, Be Afraid, and Yawn! Tickets below:\n\nhttps://www.songkick.com/concerts/42992676-yawn-ca-at-green-auto",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}