Information about plays

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

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

{
    "id": 3594045,
    "uri": "https://api.kexp.org/v2/plays/3594045/?format=api",
    "airdate": "2025-12-21T14:02:12-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "https://ia600704.us.archive.org/35/items/mbid-10bc450f-37e4-41a3-9a77-e461b199bc2d/mbid-10bc450f-37e4-41a3-9a77-e461b199bc2d-5613382762_thumb500.jpg",
    "thumbnail_uri": "https://ia600704.us.archive.org/35/items/mbid-10bc450f-37e4-41a3-9a77-e461b199bc2d/mbid-10bc450f-37e4-41a3-9a77-e461b199bc2d-5613382762_thumb250.jpg",
    "song": "Ruby",
    "track_id": "b4068407-a90d-34a7-b241-89ca38269d4f",
    "recording_id": "28e5692c-a226-472a-86b0-6cff42c23b07",
    "artist": "Ali Farka Touré & Toumani Diabaté",
    "artist_ids": [
        "b96ba7e7-d882-409a-9825-ed3d6dbb437d",
        "9be2a5ac-8201-489b-b5f6-91f958bf9060"
    ],
    "album": "Ali and Toumani",
    "release_id": "10bc450f-37e4-41a3-9a77-e461b199bc2d",
    "release_group_id": "ccf65293-2e07-4188-934c-e4cf873c31b9",
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "2010-02-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ali and Toumani\" released in 2010. Ali Farka Touré is on the guitar and vocals with Toumani Diabaté on the kora. It is the second album featuring the two musicians, a follow up to \"In the Heart of the Moon\" which released in 2005.\n\nTouré passed in 2006 at age 66. Diabaté passed in 2024 at age 58.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}