Information about plays

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

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

{
    "id": 3577078,
    "uri": "https://api.kexp.org/v2/plays/3577078/?format=api",
    "airdate": "2025-11-12T04:01:57-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-ecb3560e-c8e1-4936-afae-b456b45f331c/mbid-ecb3560e-c8e1-4936-afae-b456b45f331c-42235530841_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-ecb3560e-c8e1-4936-afae-b456b45f331c/mbid-ecb3560e-c8e1-4936-afae-b456b45f331c-42235530841_thumb250.jpg",
    "song": "Ambitionz az a Ridah",
    "track_id": "6b638eed-b9f1-49b6-9465-f59be545c7ac",
    "recording_id": "ffd277e5-bd7f-434b-ba95-4b278013e81a",
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "All Eyez on Me",
    "release_id": "517e4994-9b6a-4901-afee-fbec2fa8ad12",
    "release_group_id": "e2621417-9236-36b4-9f9e-376c416dc4b0",
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1996-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ambitionz az a Ridah\" samples \"Pee-Wee's Dance\" by Joeski Love! \"All Eyez on Me\" was the last album released during 2Pac's lifetime and includes guest features from Dr. Dre, Snoop Dogg, Redman, Method Man, Nate Dogg, E-40, K-Ci & JoJo, the Outlawz, and more. https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}