Information about plays

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

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

{
    "id": 3631160,
    "uri": "https://api.kexp.org/v2/plays/3631160/?format=api",
    "airdate": "2026-03-19T17:45:45-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb250.jpg",
    "song": "Silent Machine",
    "track_id": "ae731cb5-3c9d-3d29-a843-bb2271aef056",
    "recording_id": "e2f873e8-74d6-499b-ad83-5354fc85d332",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Sun",
    "release_id": "07c7d680-5937-4c61-b7e3-55b1be5be47d",
    "release_group_id": "71ca1851-2de4-42e4-b72e-40917118dfa9",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}