Information about plays

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

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

{
    "id": 3589782,
    "uri": "https://api.kexp.org/v2/plays/3589782/?format=api",
    "airdate": "2025-12-11T14:10:20-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Down (radio version)",
    "track_id": "49a381eb-8452-4dec-875f-60c9efdbe8a8",
    "recording_id": "c7194f67-4015-4c95-aa41-0d6aef21b1ae",
    "artist": "Brand Nubian",
    "artist_ids": [
        "37da13d4-8bbc-41bb-9957-4d94de3d311e"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part II",
    "release_id": "3167c279-5ecd-4be5-8575-5907fee3af19",
    "release_group_id": "7089e9e0-0587-4154-9998-0adbe3dd5d9e",
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you hear that sample of  Edie Brickell & New Bohemians's \"What I Am\"? The song, produced by Brand Nubian and Grand Puba, also sampled \"Never Had a Dream\" by Ohio Players, \"Kool It (Here Comes the Fuzz)\" by Kool & the Gang and \"Rock Me Tonight (For Old Times Sake)\" by Freddie Jackson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}