Information about plays

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

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

{
    "id": 3601468,
    "uri": "https://api.kexp.org/v2/plays/3601468/?format=api",
    "airdate": "2026-01-07T16:12:43-08:00",
    "show": 65589,
    "show_uri": "https://api.kexp.org/v2/shows/65589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Weight",
    "track_id": "9fef0bf5-2087-47fa-a426-55cdffdbfdc0",
    "recording_id": "9fbf62ae-28a3-4f72-ab04-a3417471a240",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "For That Beautiful Feeling",
    "release_id": "c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57",
    "release_group_id": "0eb13d65-b2a3-4b1b-9a2e-da61d6ba55e5",
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "246a4d5c-3c88-4b8c-b0d5-86e2ee8f7079"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Weight\" sampled South Bronx's 1980 song, \"The Big Throwdown.\"\nhttps://www.whosampled.com/The-Chemical-Brothers/The-Weight/\n\nhttps://www.thechemicalbrothers.com/music-videos/for-that-beautiful-feeling\n\nhttps://www.thechemicalbrothers.com/\n\nhttps://www.thechemicalbrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}