Information about plays

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

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

{
    "id": 3554623,
    "uri": "https://api.kexp.org/v2/plays/3554623/?format=api",
    "airdate": "2025-09-18T14:16:01-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f49b570-55dc-4b31-bcb6-831625548a15/13939099010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f49b570-55dc-4b31-bcb6-831625548a15/13939099010-250.jpg",
    "song": "Good Times",
    "track_id": null,
    "recording_id": "f35c4935-60ed-4095-8e26-b02c212dfa88",
    "artist": "Styles P",
    "artist_ids": [
        "6c81c5d0-5159-4be8-b774-aa8397ed5a93"
    ],
    "album": "A Gangster and a Gentleman",
    "release_id": null,
    "release_group_id": "f678c675-c709-36a5-babf-df127c8221f3",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The chorus is a sped-up, higher pitched sample from Freda Payne's 1977  \"I Get High (On Your Memory)\"\n--\nProducer Swizz Beatz talked about the track:\nI only used that sample because it said ‘I get high.’ Who doesn’t want to smoke good? That’s all Styles does. That song doesn’t represent me. I never smoked weed with Styles, ever. […]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}