Information about plays

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

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

{
    "id": 3428728,
    "uri": "https://api.kexp.org/v2/plays/3428728/?format=api",
    "airdate": "2024-11-22T15:35:21-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia801703.us.archive.org/33/items/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7-8526429826_thumb500.jpg",
    "thumbnail_uri": "https://ia801703.us.archive.org/33/items/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7-8526429826_thumb250.jpg",
    "song": "For Corners",
    "track_id": "ea73afe4-ce08-3d73-9061-fb4e0c043f88",
    "recording_id": "a669ea74-b42e-4f53-b341-c39de6db58f3",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Blowout Comb",
    "release_id": "23943394-4ef1-436a-bd6c-74e0e5bdd29f",
    "release_group_id": "ee79e536-de20-3af0-9ae8-b529503a8c3e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to William!\n\n\"For Corners\" is the closing track to Digable Planets' Blowout Comb, released on this day in 1994. The song samples \"Island Letter\" by Shuggie Otis, \"It's a New Day\" by Skull Snaps, and \"Ebony Blaze\" by Roy Ayers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}