Information about plays

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

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

{
    "id": 3521639,
    "uri": "https://api.kexp.org/v2/plays/3521639/?format=api",
    "airdate": "2025-07-02T12:11:09-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia601900.us.archive.org/10/items/mbid-e79baa7d-8308-3f05-ad16-300ea3b7ff28/mbid-e79baa7d-8308-3f05-ad16-300ea3b7ff28-19080003976_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/10/items/mbid-e79baa7d-8308-3f05-ad16-300ea3b7ff28/mbid-e79baa7d-8308-3f05-ad16-300ea3b7ff28-19080003976_thumb250.jpg",
    "song": "Business Time",
    "track_id": "dbd4c3d7-871e-36f6-b727-265c37900d01",
    "recording_id": "0ce88e6d-910e-437b-ba2e-97651d3f893f",
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "The Distant Future",
    "release_id": "e79baa7d-8308-3f05-ad16-300ea3b7ff28",
    "release_group_id": "a8f3b088-06af-358b-8c9b-8354ffd7e429",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're getting down to business here on the Midday show!\n\nhttp://www.flightoftheconchords.co.nz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}