Information about plays

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

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

{
    "id": 3542453,
    "uri": "https://api.kexp.org/v2/plays/3542453/?format=api",
    "airdate": "2025-08-20T11:19:05-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia803105.us.archive.org/26/items/mbid-b50951f5-4d77-4231-9249-bb429decda23/mbid-b50951f5-4d77-4231-9249-bb429decda23-20397234117_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/26/items/mbid-b50951f5-4d77-4231-9249-bb429decda23/mbid-b50951f5-4d77-4231-9249-bb429decda23-20397234117_thumb250.jpg",
    "song": "Caves",
    "track_id": "16f3f7ea-2dd8-4a90-a44b-768d061a2445",
    "recording_id": "94f5e3e0-e7d8-41a2-9715-9668348cc3a8",
    "artist": "Gregory Alan Isakov",
    "artist_ids": [
        "5c61efe6-3cdf-4160-b43c-9274944369e6"
    ],
    "album": "Evening Machines",
    "release_id": "b50951f5-4d77-4231-9249-bb429decda23",
    "release_group_id": "15f172b8-f7b0-44f1-83fc-e284688ff46b",
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gregory Alan Isakov is on tour and will be performing at Remlinger Farms in Carnation, WA on Fri, Sept 5th and the Greek Theatre in Berkeley on Thurs, Sept 11th.\n\nhttps://gregoryalanisakov.com/\n\nWatch their 2023 KEXP live performance here: https://www.youtube.com/watch?v=qv680s1rmcg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}