Information about plays

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

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

{
    "id": 3620909,
    "uri": "https://api.kexp.org/v2/plays/3620909/?format=api",
    "airdate": "2026-02-22T17:04:31-08:00",
    "show": 66003,
    "show_uri": "https://api.kexp.org/v2/shows/66003/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rat Fight",
    "track_id": null,
    "recording_id": null,
    "artist": "mega cat",
    "artist_ids": [
        "0f1aa02b-e677-4421-abfa-c5fd005de9d5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on Drive Time with Kevin Cole, April 15, 2024.  This session is featured on the very first KEXP Vinyl Club release!\n\nmega cat is an instrumental, psych-rock/hip-hop project formed in Seattle during the COVID-19 pandemic by Smokey Brights members Kim West and Ryan Devlin with drummer Aaron Benson.\n\nEmerging from lockdown jam sessions, the trio released their self-titled debut album in 2024, featuring \"Rat Fight\" and blending 70s afro-beat with experimental, moody soundscapes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}