Information about plays

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

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

{
    "id": 3577899,
    "uri": "https://api.kexp.org/v2/plays/3577899/?format=api",
    "airdate": "2025-11-14T03:08:31-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://coverartarchive.org/release/11719b88-c0e3-4b56-922b-8a55e1f4c5a3/25388798588-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11719b88-c0e3-4b56-922b-8a55e1f4c5a3/25388798588-250.jpg",
    "song": "Twist My Fingaz",
    "track_id": null,
    "recording_id": "2e6c6837-29d0-44d1-afbc-a4120a48f59d",
    "artist": "YG",
    "artist_ids": [
        "6b1cf581-17a9-42c3-927b-d1e2797b1695"
    ],
    "album": "Still Brazy",
    "release_id": null,
    "release_group_id": "8fe41574-c578-4b86-bd88-b73661a5b93a",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Twist My Fingaz\" samples bass from Funkadelic's \"One Nation Under A Groove\" and the hook from Zapp's \"More Bounce to the Ounce.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}