Information about plays

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

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

{
    "id": 3645175,
    "uri": "https://api.kexp.org/v2/plays/3645175/?format=api",
    "airdate": "2026-04-22T03:01:14-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://dn710904.ca.archive.org/0/items/mbid-6d7f16db-476b-4de6-ad3b-13ac8d2f8b03/mbid-6d7f16db-476b-4de6-ad3b-13ac8d2f8b03-16626784032_thumb500.jpg",
    "thumbnail_uri": "https://dn710904.ca.archive.org/0/items/mbid-6d7f16db-476b-4de6-ad3b-13ac8d2f8b03/mbid-6d7f16db-476b-4de6-ad3b-13ac8d2f8b03-16626784032_thumb250.jpg",
    "song": "Where Has All the Money Gone?",
    "track_id": "b4718c95-eb71-3fd6-8d7c-3d950e94e2d4",
    "recording_id": "b992e5cc-9b58-4afa-950b-c6f7adf00b4b",
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Down Home Chrome",
    "release_id": "6d7f16db-476b-4de6-ad3b-13ac8d2f8b03",
    "release_group_id": "4831d4d3-fc99-3b7e-bf96-b0f1f5819fc5",
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}