Information about plays

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

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

{
    "id": 3557900,
    "uri": "https://api.kexp.org/v2/plays/3557900/?format=api",
    "airdate": "2025-09-26T08:58:49-07:00",
    "show": 64664,
    "show_uri": "https://api.kexp.org/v2/shows/64664/?format=api",
    "image_uri": "https://ia600408.us.archive.org/13/items/mbid-15c64f74-19fa-45aa-bf3f-d865ba0075c2/mbid-15c64f74-19fa-45aa-bf3f-d865ba0075c2-16812734896_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/13/items/mbid-15c64f74-19fa-45aa-bf3f-d865ba0075c2/mbid-15c64f74-19fa-45aa-bf3f-d865ba0075c2-16812734896_thumb250.jpg",
    "song": "Age of Consent",
    "track_id": "595d1e12-bbfa-4232-9933-5f849ae96eda",
    "recording_id": "0afb7c13-a984-4be6-b500-3bd2ebd5e21b",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "15c64f74-19fa-45aa-bf3f-d865ba0075c2",
    "release_group_id": "16cc9dfc-594d-3fb9-b789-3e1bfcb6f9f8",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loving this set, John. If you had any room for “Age of Consent”  by New Order, it's one of my wife's favorite songs and it's her birthday today. Would love to hear it. Her name is Aylie (like Haley) and a shout out would be appreciated. Thanks so much.\n--Andrew \n--\nIsn't Peter Hook's bass line great here?  Here are the bass tabs: https://tabs.ultimate-guitar.com/tab/new-order/age-of-consent-bass-2443675",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}