Information about plays

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

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

{
    "id": 3536932,
    "uri": "https://api.kexp.org/v2/plays/3536932/?format=api",
    "airdate": "2025-08-07T03:37:04-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/f08e46de-0dd5-4062-8bc5-6c3fcb98e604/41270969111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f08e46de-0dd5-4062-8bc5-6c3fcb98e604/41270969111-250.jpg",
    "song": "Money Folder",
    "track_id": null,
    "recording_id": "f848f64d-f20f-45cf-b8a7-3e72a7652d6e",
    "artist": "Madvillain",
    "artist_ids": [
        "4e024037-14b7-4aea-99ad-c6ace63b9620"
    ],
    "album": "Money Folder / America’s Most Blunted",
    "release_id": null,
    "release_group_id": "7c56a268-6c43-394b-9d43-9a3dfd627c54",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer Madlib and family lost \"their home, decades of music and equipment\" in the L.A. fires. You can support him here: https://donorbox.org/madlibrebuild/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}