Information about plays

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

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

{
    "id": 3586747,
    "uri": "https://api.kexp.org/v2/plays/3586747/?format=api",
    "airdate": "2025-12-04T13:38:01-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Symphony",
    "track_id": null,
    "recording_id": "64af2d13-d5ec-4f40-aaa6-c8587221428f",
    "artist": "Marley Marl feat. Masta Ace, Craig G, Kool G Rap & Big Daddy Kane",
    "artist_ids": [
        "8e7f5842-de5e-4eab-8d5f-0a55c84f4cb1",
        "ceef10f5-324d-4a04-8db7-1a4181e19ab3",
        "a5b58344-4e47-492a-8f54-b0590cdbcc9e",
        "852665bd-7089-4119-a77d-251162346b4c",
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "In Control, Volume 1",
    "release_id": null,
    "release_group_id": "4d2f307c-1551-3c88-847d-60545633a02f",
    "labels": [
        "Cold Chillin’"
    ],
    "label_ids": [
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marley Marl is one of the most important people in hip-hop history. He's the one who figured out how to sample — getting pieces of songs off vinyl records and into a drum machine. Check out this interview to learn more: https://www.npr.org/sections/microphonecheck/2013/09/11/221440934/marley-marl-on-the-bridge-wars-ll-cool-j-and-discovering-sampling\n--\nMarley Marl produced this track and sampled the hook from Otis Redding's \"Hard to Handle.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}