Information about plays

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

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

{
    "id": 3545913,
    "uri": "https://api.kexp.org/v2/plays/3545913/?format=api",
    "airdate": "2025-08-28T14:40:19-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/1132dd9d-6043-4ba9-8a53-f2af10195d21/7324651674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1132dd9d-6043-4ba9-8a53-f2af10195d21/7324651674-250.jpg",
    "song": "Good to Your Earhole",
    "track_id": null,
    "recording_id": "c0dd552d-c100-46a0-bf7d-440ce0fcf213",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Let’s Take It to the Stage",
    "release_id": null,
    "release_group_id": "d01f4922-40d0-3452-8c8d-f84bea2cc857",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1975-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton, Fuzzy Haskins, and Eddie Hazel wrote this one. That's Eddie Hazel, of course, on that splendid guitar.\n--\n\"‘Good To Your Earhole’ has Eddie first using his most famous era sound. This is a Music Man HD-130 reverb head into a Music Man cabinet with 12 inch speakers. Eddie used a strat almost exclusively at this point. That particular track (‘Good To your Earhole’) sounds like Eddie was using a Maestro phaser.\" Here's an article on Eddie Hazel's gear choices: https://pfunkforums.com/t/eddie-hazel-s-gear-notes/669",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}