Information about plays

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

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

{
    "id": 3562713,
    "uri": "https://api.kexp.org/v2/plays/3562713/?format=api",
    "airdate": "2025-10-08T14:31:34-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia801907.us.archive.org/25/items/mbid-924a0c96-6967-4452-9d27-f04987b55b69/mbid-924a0c96-6967-4452-9d27-f04987b55b69-8671573092_thumb500.jpg",
    "thumbnail_uri": "https://ia601907.us.archive.org/25/items/mbid-924a0c96-6967-4452-9d27-f04987b55b69/mbid-924a0c96-6967-4452-9d27-f04987b55b69-8671573092_thumb250.jpg",
    "song": "Let Me Ride",
    "track_id": "3f74c670-6715-3dcb-81de-14cb0b84e037",
    "recording_id": "22e6a531-7138-48fe-9c51-2984bdc40704",
    "artist": "Dr. Dre",
    "artist_ids": [
        "5f6ab597-f57a-40da-be9e-adad48708203"
    ],
    "album": "The Chronic",
    "release_id": "924a0c96-6967-4452-9d27-f04987b55b69",
    "release_group_id": "ad444843-7160-33d7-b0c9-fc99f2c14a99",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1992-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#294...\n---\n\"The Chronic\" was Dr. Dre's first solo album after leaving Ruthless Records. It was significant for its introduction of Snoop Dogg, its use of live instruments, and producer Dre's use of the Roland-808 drum machine and the Moog synthesizer:  https://classicalbumsundays.com/album-of-the-month-dr-dre-the-chronic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}