Information about plays

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

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

{
    "id": 3631792,
    "uri": "https://api.kexp.org/v2/plays/3631792/?format=api",
    "airdate": "2026-03-21T04:45:31-07:00",
    "show": 66238,
    "show_uri": "https://api.kexp.org/v2/shows/66238/?format=api",
    "image_uri": "https://dn711205.ca.archive.org/0/items/mbid-b3d37069-ff8b-37bb-b745-20e4b7189bab/mbid-b3d37069-ff8b-37bb-b745-20e4b7189bab-16602619521_thumb500.jpg",
    "thumbnail_uri": "https://dn711205.ca.archive.org/0/items/mbid-b3d37069-ff8b-37bb-b745-20e4b7189bab/mbid-b3d37069-ff8b-37bb-b745-20e4b7189bab-16602619521_thumb250.jpg",
    "song": "Karmacoma",
    "track_id": "32a0418e-af4a-3e5b-ac08-2fa9256ca4a9",
    "recording_id": "5a9b7205-7a7f-41f2-92c1-209f3122cf8b",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Collected",
    "release_id": "b3d37069-ff8b-37bb-b745-20e4b7189bab",
    "release_group_id": "0715541f-e453-3ec4-9ebb-a4dba95ce3ee",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2006-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring vocals of Tricky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}