Information about plays

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

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

{
    "id": 3583014,
    "uri": "https://api.kexp.org/v2/plays/3583014/?format=api",
    "airdate": "2025-11-26T00:13:20-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://ia601600.us.archive.org/20/items/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132-27412886520_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/20/items/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132-27412886520_thumb250.jpg",
    "song": "I'm Not a Player",
    "track_id": "5153dfcb-26af-44b6-93d8-83d90ab59af3",
    "recording_id": "bc52dbdf-b92a-4fdf-bed1-6bb130fd34aa",
    "artist": "Big Punisher",
    "artist_ids": [
        "609e7afd-3552-4102-9501-7611858ea320"
    ],
    "album": "The Legacy: The Best of Big Pun",
    "release_id": "a18e950a-2809-44cf-9d54-9e6cf7916fd3",
    "release_group_id": "02eb8f3c-5515-42d0-bdb3-c3b0a68705c6",
    "labels": [
        "Loud Records",
        "Legacy"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2009-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}