Information about plays

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

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

{
    "id": 3577980,
    "uri": "https://api.kexp.org/v2/plays/3577980/?format=api",
    "airdate": "2025-11-14T07:45:36-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run’s House",
    "track_id": "54114a30-1c37-3e58-924b-64400455646c",
    "recording_id": "dc46edbe-39b3-4cf7-bc6f-a462b8cea0cd",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Tougher Than Leather",
    "release_id": "4c6f3967-4adb-3558-9f4a-09b288386c50",
    "release_group_id": "0ef6d1c3-dc87-336f-a9d3-74ca0572c291",
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joseph \"Run\" Simmons had his own reality show called Run's House that ran on MTV from 2005-2009. This was the theme song.\n---\nThe horn riffs and one of the drum grooves comes from \"Ashley's Roachclip\" by The Soul Searchers. There are also bits of the oft-sampled James Brown tune \"Funky Drummer,\" and the \"MC\" vocal is Slick Rick from his appearance on \"La Di Da Di\" by Doug E. Fresh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}