Information about plays

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

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

{
    "id": 3580014,
    "uri": "https://api.kexp.org/v2/plays/3580014/?format=api",
    "airdate": "2025-11-18T23:23:33-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Minnie the Moocher",
    "track_id": "c03a3449-20c3-3724-b3a4-c1e57b0a2390",
    "recording_id": "441ff5a2-e3a9-41dc-8d8c-6d63280b2d67",
    "artist": "Cab Calloway",
    "artist_ids": [
        "315bd083-892b-4e76-a9f0-91a7408168fc"
    ],
    "album": "Juke Joint Jive: Go Daddy Go",
    "release_id": "d70197ea-8cec-4a10-8932-1583593a40cf",
    "release_group_id": "d87c8280-16a9-3379-93a7-008738b601c3",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cab Calloway passed away on this date in 1994. \n\nMinnie the Moocher is a Betty Boop movie from 1932 featuring this song and it is one of my favorite movies ever. Enjoy 8 minutes of perfect animation https://www.youtube.com/watch?v=N7VUU_VPI1E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}