Information about plays

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

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

{
    "id": 3590273,
    "uri": "https://api.kexp.org/v2/plays/3590273/?format=api",
    "airdate": "2025-12-12T19:39:14-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "https://coverartarchive.org/release/10bc450f-37e4-41a3-9a77-e461b199bc2d/5613382762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10bc450f-37e4-41a3-9a77-e461b199bc2d/5613382762-250.jpg",
    "song": "Ruby",
    "track_id": null,
    "recording_id": "5b46c009-d768-49b8-910b-af3021b0d912",
    "artist": "Ali Farka Touré & Toumani Diabaté",
    "artist_ids": [
        "9be2a5ac-8201-489b-b5f6-91f958bf9060",
        "b96ba7e7-d882-409a-9825-ed3d6dbb437d"
    ],
    "album": "Ali and Toumani",
    "release_id": null,
    "release_group_id": "ccf65293-2e07-4188-934c-e4cf873c31b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ali and Toumani is a 2010 record by Malian musicians Ali Farka Touré on the guitar and providing vocals and Toumani Diabaté on the kora. It is the second album featuring the two musicians; it is a follow up to In the Heart of the Moon which was released in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}