Information about plays

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

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

{
    "id": 3581706,
    "uri": "https://api.kexp.org/v2/plays/3581706/?format=api",
    "airdate": "2025-11-23T00:11:27-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f62d751-20d0-4dfe-9b68-5ad84c330141/30359302770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f62d751-20d0-4dfe-9b68-5ad84c330141/30359302770-250.jpg",
    "song": "Overdose",
    "track_id": null,
    "recording_id": "f3b07359-71fe-45b5-ade4-7ace5697893b",
    "artist": "Overdose",
    "artist_ids": [
        "e72dbec0-a365-4e4a-856b-5e49c5731bec"
    ],
    "album": "Two Wheels and Gone",
    "release_id": null,
    "release_group_id": "5d45a17a-671b-4c1a-adbc-bceeb3e38852",
    "labels": [
        "Splattered! Records"
    ],
    "label_ids": [
        "d3494d7c-2d72-47b4-a6a0-b5ab9cdb6ef8"
    ],
    "release_date": "2020-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC band featuring former members of Mutilation Rites and Speedwolf as well as current members of Gravesend and Pyrolatrous.\n\nhttps://overdosenyc.bandcamp.com/\nhttps://www.facebook.com/overdosenyc/\nhttps://www.splatteredrecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}