Information about plays

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

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

{
    "id": 3428365,
    "uri": "https://api.kexp.org/v2/plays/3428365/?format=api",
    "airdate": "2024-11-21T18:39:20-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia903105.us.archive.org/9/items/mbid-7955a319-062f-4a9e-bffb-f61c73114ffa/mbid-7955a319-062f-4a9e-bffb-f61c73114ffa-19356352833_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/9/items/mbid-7955a319-062f-4a9e-bffb-f61c73114ffa/mbid-7955a319-062f-4a9e-bffb-f61c73114ffa-19356352833_thumb250.jpg",
    "song": "I Got a Thing, You Got a Thing, Everybody's Got a Thing",
    "track_id": "9002de4f-3cb9-330c-a41e-2b5585e41b25",
    "recording_id": "be4a95ad-e107-419e-a3cc-660c9095aa93",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Funkadelic",
    "release_id": "7955a319-062f-4a9e-bffb-f61c73114ffa",
    "release_group_id": "ba6de9b7-828e-35d4-adc5-ea71bdab836b",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from the classic first Funkadelic record, which was released in 1970. It was written by Clarence 'Fuzzy' Haskins, and features a blistering guitar solo courtesy of Ray Monette.\n\nCheck out this interview KEXP's Jake Uitti did with George Clinton of Funkadelic in 2018: https://www.kexp.org/read/2018/12/11/george-clinton-reflects-impending-retirement-his-longtime-career-and-just-saying-funk-it/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}