Information about plays

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

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

{
    "id": 3636766,
    "uri": "https://api.kexp.org/v2/plays/3636766/?format=api",
    "airdate": "2026-04-02T06:08:13-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orion From the Street",
    "track_id": "55e2d536-9ef8-455f-90b5-d143d5fb7d2e",
    "recording_id": "6b9d9b43-414b-46ae-908e-e5eb55a281ad",
    "artist": "Field Music",
    "artist_ids": [
        "a9ae7a19-be18-4737-8eb1-af560eb177de"
    ],
    "album": "Orion From the Street",
    "release_id": "864b74d5-202d-4ee5-89bb-fac5e76548ee",
    "release_group_id": "eb700e85-cda7-4b33-b8bf-6e6926465d41",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2021-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Field Music is an English rock band from Sunderland, Tyne and Wear, England.\nWritten by Peter Brewis in a \"daze,\" this track is a collection of accidental quotes and disconnected imagery, including lines overheard in a Cary Grant documentary. You can watch them Live on KEXP (from 2015) on YouTube here: https://www.youtube.com/watch?v=fS6LFmB3j40",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}