Information about plays

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

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

{
    "id": 3416597,
    "uri": "https://api.kexp.org/v2/plays/3416597/?format=api",
    "airdate": "2024-10-24T05:41:16-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?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://ia601703.us.archive.org/33/items/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7-8526429826_thumb250.jpg",
    "song": "Dog It",
    "track_id": "38c8b30b-b96a-3efc-bec9-4f31e59b4095",
    "recording_id": "ce9fd619-1925-430a-b4e6-b8cf6c848af5",
    "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": "Featuring a sample from \"God Make Me Funky\" by The Headhunters, the album also features guest appearances from Guru of Gang Starr, Jeru the Damaja, and DJ Jazzy Joyce.\n\nLarry Mizell, Jr. interviewed Ishmael Butler of Digable Planets for our award-winning podcast series, \"Fresh Off The Spaceship.\" Listen here:\n\nhttps://www.kexp.org/podcasts/fresh-off-the-spaceship/2022/3/18/ishmael-butler-shines-light/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}