Information about plays

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

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

{
    "id": 3605132,
    "uri": "https://api.kexp.org/v2/plays/3605132/?format=api",
    "airdate": "2026-01-16T15:05:36-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inner City Life",
    "track_id": "d077f6ce-e6ca-36d1-ac1e-ae2503ab5b1c",
    "recording_id": "6b3e3d49-3149-4fe9-bf25-305899dad309",
    "artist": "Goldie",
    "artist_ids": [
        "c5393047-0c44-48eb-b5a8-070759f04371"
    ],
    "album": "Trainspotting #2",
    "release_id": "cefe55f6-c4e7-3f6b-b142-2055d4e45c62",
    "release_group_id": "e35da2d6-42e5-35c4-9c52-7617a4d2d20e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A part of the second Trainspotting soundtrack. Goldie is a British music producer and DJ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}