Information about plays

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

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

{
    "id": 3555874,
    "uri": "https://api.kexp.org/v2/plays/3555874/?format=api",
    "airdate": "2025-09-21T11:47:50-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleeping Without You Is a Dragg",
    "track_id": null,
    "recording_id": "e05a6b6b-fdd3-4bb9-80c3-2773df6e0041",
    "artist": "Swamp Dogg feat. Justin Vernon & Jenny Lewis",
    "artist_ids": [
        "1403fbec-11e3-4ccb-af25-d26c9a05bc9d",
        "0f1d5b01-8784-4870-9bd6-fa43178b9441",
        "9ad6d1e3-427f-4921-b603-7e9eda94a061"
    ],
    "album": "Sorry You Couldn’t Make It",
    "release_id": null,
    "release_group_id": "0b050cfd-3840-4c7f-8ee5-1b9b000cc5c3",
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2020-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I look at my age, and I thought, ‘Man, I better [make my country album] before time closes in on my ass,’” the soul singer said in 2019.\nhttps://www.rollingstone.com/music/music-country/swamp-dogg-announces-long-planned-country-album-featuring-john-prine-925671/\n\nhttps://swampdogg.bandcamp.com/album/sorry-you-couldnt-make-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}