Information about plays

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

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

{
    "id": 3631957,
    "uri": "https://api.kexp.org/v2/plays/3631957/?format=api",
    "airdate": "2026-03-21T14:00:54-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-086fc13b-ae2a-4867-97fb-2e055255b24a/mbid-086fc13b-ae2a-4867-97fb-2e055255b24a-14037251787_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-086fc13b-ae2a-4867-97fb-2e055255b24a/mbid-086fc13b-ae2a-4867-97fb-2e055255b24a-14037251787_thumb250.jpg",
    "song": "Subways",
    "track_id": "221f3d67-0e0d-4f35-b8f4-7f934838780b",
    "recording_id": "210e7d3f-6707-4b04-9d76-bb78a66c5fc4",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "086fc13b-ae2a-4867-97fb-2e055255b24a",
    "release_group_id": "e27e2c64-8e49-43d2-8468-c3b484cf11f0",
    "labels": [
        "Astralwerks",
        "Modular Recordings",
        "EMI"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "1a69fd71-e415-4439-b830-49ab0752d9f7",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: The Avalanches also samples \"Sang & Dance\" by The Bar-Kays.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}