Information about plays

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

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

{
    "id": 3639275,
    "uri": "https://api.kexp.org/v2/plays/3639275/?format=api",
    "airdate": "2026-04-08T02:06:21-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-168801bc-0edf-48e7-8c28-164812e5af7a/mbid-168801bc-0edf-48e7-8c28-164812e5af7a-32197098561_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-168801bc-0edf-48e7-8c28-164812e5af7a/mbid-168801bc-0edf-48e7-8c28-164812e5af7a-32197098561_thumb250.jpg",
    "song": "Let Em Talk",
    "track_id": "92459e82-88e1-49c8-b458-f9764d446077",
    "recording_id": "dba2430e-a61b-4fdb-8cd0-0b4b1e7884f5",
    "artist": "King Garbage",
    "artist_ids": [
        "4460e517-93b9-44a9-8482-6eecd22d9b7c"
    ],
    "album": "Heavy Metal Greasy Love",
    "release_id": "168801bc-0edf-48e7-8c28-164812e5af7a",
    "release_group_id": "6a415136-0313-45a6-b82f-69d9967f7d1d",
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2022-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}