Information about plays

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

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

{
    "id": 3601917,
    "uri": "https://api.kexp.org/v2/plays/3601917/?format=api",
    "airdate": "2026-01-08T17:49:55-08:00",
    "show": 65597,
    "show_uri": "https://api.kexp.org/v2/shows/65597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waiting Around for Grace",
    "track_id": "62befa81-4bb3-4e9f-b3dc-8f6ee7f01edd",
    "recording_id": "06fe9fcd-0954-4662-8fd6-9e2d059c5dab",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Man It Feels Like Space Again",
    "release_id": "e94e5855-0b2a-46e1-b165-7160a9f8d972",
    "release_group_id": "001206b3-0569-4d84-b1f6-854c8b032534",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Tanner in Lake City! Happy Birthday!\n--\nPond is from Perth, Australia and shares members with Tame Impala.\n\nCheck out their Live on KEXP from 2017: https://www.youtube.com/watch?v=Ssh7wzRDJIo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}