Information about plays

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

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

{
    "id": 3570181,
    "uri": "https://api.kexp.org/v2/plays/3570181/?format=api",
    "airdate": "2025-10-26T09:54:07-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/50d01744-990f-4f3b-bafb-9aeb54b5c9c7/8744452056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50d01744-990f-4f3b-bafb-9aeb54b5c9c7/8744452056-250.jpg",
    "song": "Medication",
    "track_id": null,
    "recording_id": "a14fa8f6-8664-410d-9c75-c72fee8a6d2f",
    "artist": "The Abigails",
    "artist_ids": [
        "3dabc8b5-7a32-442f-9b2a-d9a373e27eaf"
    ],
    "album": "Tundra",
    "release_id": null,
    "release_group_id": "cc0245b1-e8cc-4351-a748-beb9145659d0",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2014-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When this album was released in the US, frontman Warren Thomas was in rehab for a heroin addiction, managing to get clean in time for the European release and tour.\nhttps://theabigails.bandcamp.com/track/medication\nhttps://tinyurl.com/abigailsinterview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}