Information about plays

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

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

{
    "id": 3590017,
    "uri": "https://api.kexp.org/v2/plays/3590017/?format=api",
    "airdate": "2025-12-12T05:10:50-08:00",
    "show": 65353,
    "show_uri": "https://api.kexp.org/v2/shows/65353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days Go By",
    "track_id": "01133393-6f81-3475-80c4-e62a8de74fd2",
    "recording_id": "caad27e7-80e5-45f1-a932-c6b42ebb4129",
    "artist": "Dirty Vegas",
    "artist_ids": [
        "75df1c98-2075-494f-9612-b87513f0e50c"
    ],
    "album": "Dirty Vegas",
    "release_id": "4cc03111-c186-4be3-bccf-24eeee95b9ee",
    "release_group_id": "e11c0d1f-2a02-3090-a9e0-7a55423114e4",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-06-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "English house duo Dirty Vegas are best known for their track \"Days Go By,\" which got a major bump in popularity when it was featured in a 2003 Mitsubishi Eclipse commercial.\n\nAlmost forgot that the actual music video was wayyyy better than that commercial though!\n\nhttps://www.youtube.com/watch?v=gLCduDJVksc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}