Information about plays

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

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

{
    "id": 3619162,
    "uri": "https://api.kexp.org/v2/plays/3619162/?format=api",
    "airdate": "2026-02-18T15:50:55-08:00",
    "show": 65967,
    "show_uri": "https://api.kexp.org/v2/shows/65967/?format=api",
    "image_uri": "https://coverartarchive.org/release/a38ffeff-3291-4fe0-897b-304d871cf41f/32644634126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a38ffeff-3291-4fe0-897b-304d871cf41f/32644634126-250.jpg",
    "song": "Holiday/12 Scanner",
    "track_id": null,
    "recording_id": "fa174278-dc99-45fe-88e9-4275d5b646f4",
    "artist": "Witchdoctor",
    "artist_ids": [
        "98498cf7-7f6d-49bf-8d3c-d8496984b14f"
    ],
    "album": "...a s.w.a.t. healin' ritual",
    "release_id": null,
    "release_group_id": "668ff710-97ce-328e-b75c-ff2ab0dfbafa",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erin Johnson, better known as Witchdoctor, is an established member of Atlanta's Dungeon Family collective.\n---\nWant to know more about this Atlanta collective?: https://www.shatterthestandards.com/p/a-guide-to-the-dungeon-family",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}