Information about plays

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

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

{
    "id": 3418103,
    "uri": "https://api.kexp.org/v2/plays/3418103/?format=api",
    "airdate": "2024-10-27T19:27:07-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "https://coverartarchive.org/release/aae17068-bf32-475e-bc07-1e0cda27019b/36390737948-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aae17068-bf32-475e-bc07-1e0cda27019b/36390737948-250.jpg",
    "song": "Love Has Come Around",
    "track_id": null,
    "recording_id": "6ffdd86c-bbae-4f79-a189-a86f5b61b419",
    "artist": "Donald Byrd and 125th Street, N.Y.C.",
    "artist_ids": [
        "b145b7d7-06c5-44b8-84b0-ae45161888ac"
    ],
    "album": "Love Byrd",
    "release_id": null,
    "release_group_id": "ef70831f-c28b-3f9c-90e7-2a859c0dca5b",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Byrd is a 1981 album by Donald Byrd and 125th Street, N.Y.C., produced by Isaac Hayes and released on the Elektra label.\nDonaldson Toussaint L'Ouverture Byrd II was an American jazz and rhythm & blues trumpeter and vocalist. A sideman for many other jazz musicians of his generation, Byrd was one of the few hard bop musicians who successfully explored funk and soul while remaining a jazz artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}