Information about plays

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

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

{
    "id": 3584284,
    "uri": "https://api.kexp.org/v2/plays/3584284/?format=api",
    "airdate": "2025-11-28T22:22:16-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ambitionz az a Ridah",
    "track_id": null,
    "recording_id": "ffd277e5-bd7f-434b-ba95-4b278013e81a",
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "All Eyez on Me",
    "release_id": null,
    "release_group_id": "e2621417-9236-36b4-9f9e-376c416dc4b0",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-02-13",
    "rotation_status": null,
    "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"
}