Information about plays

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

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

{
    "id": 3622713,
    "uri": "https://api.kexp.org/v2/plays/3622713/?format=api",
    "airdate": "2026-02-26T20:11:45-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pains of Being Pure At Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Young Adult Friction",
    "artist_ids": [],
    "album": "The Pains of Being Pure At Heart",
    "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": "Hailing from the Bay Area\n\nhttps://slumberlandrecs.bandcamp.com/album/the-pains-of-being-pure-at-heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}