Information about plays

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

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

{
    "id": 3636039,
    "uri": "https://api.kexp.org/v2/plays/3636039/?format=api",
    "airdate": "2026-03-31T14:16:12-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-fa198feb-af0b-4d07-a65f-3f53fb8bff46/mbid-fa198feb-af0b-4d07-a65f-3f53fb8bff46-44651354753_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-fa198feb-af0b-4d07-a65f-3f53fb8bff46/mbid-fa198feb-af0b-4d07-a65f-3f53fb8bff46-44651354753_thumb250.jpg",
    "song": "The Peace",
    "track_id": "f23df45f-f15f-4e3a-8281-b2df31851a2a",
    "recording_id": "ce859623-6241-44a7-8cb1-e57f5ec4c538",
    "artist": "underscores",
    "artist_ids": [
        "ab1a3f85-e0ea-470a-af5c-175447ae774c"
    ],
    "album": "U",
    "release_id": "fa198feb-af0b-4d07-a65f-3f53fb8bff46",
    "release_group_id": "cec81633-5419-4f92-b0ac-6e9c508a042f",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new album U, released March 20, 2026, is designed as \"music for malls, airports, hotels, supermarkets,\" aiming to capture the feeling of modern, digital-age isolation and liminal spaces.\nhttps://underscores.plus/u-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}