Information about plays

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

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

{
    "id": 3580877,
    "uri": "https://api.kexp.org/v2/plays/3580877/?format=api",
    "airdate": "2025-11-21T03:09:24-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/0756fea0-10c2-4d4d-afaf-c5e81ae496b4/30363229170-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0756fea0-10c2-4d4d-afaf-c5e81ae496b4/30363229170-250.jpg",
    "song": "Big Poppa",
    "track_id": null,
    "recording_id": "9a4a5816-9dd3-4ff6-96cd-6473649cd294",
    "artist": "The Notorious B.I.G.",
    "artist_ids": [
        "d5d97b2b-b83b-4976-814a-056d9076c8c3"
    ],
    "album": "Ready to Die",
    "release_id": null,
    "release_group_id": "5afcfeac-118a-35e6-af0d-35ec9003354d",
    "labels": [
        "Bad Boy Entertainment"
    ],
    "label_ids": [
        "635b9d63-05c1-46ff-a577-0ce030e6e84b"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "3AM TIME MACHINE 2\n\nGoing out to Alix in Uzbekistan!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}