Information about plays

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

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

{
    "id": 3563048,
    "uri": "https://api.kexp.org/v2/plays/3563048/?format=api",
    "airdate": "2025-10-09T12:25:32-07:00",
    "show": 64787,
    "show_uri": "https://api.kexp.org/v2/shows/64787/?format=api",
    "image_uri": "https://ia802807.us.archive.org/21/items/mbid-61a93f13-72ff-4aea-97e6-9b0954cb36b0/mbid-61a93f13-72ff-4aea-97e6-9b0954cb36b0-38216215200_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-61a93f13-72ff-4aea-97e6-9b0954cb36b0/mbid-61a93f13-72ff-4aea-97e6-9b0954cb36b0-38216215200_thumb250.jpg",
    "song": "1979",
    "track_id": "a3bd7f64-6c16-3a2c-b1da-b2ae084b726f",
    "recording_id": "b4486e7a-2688-4b1d-a1fb-32244a6ab902",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Mellon Collie and the Infinite Sadness",
    "release_id": "9f4038f8-0a09-47d1-a724-7bb214259f40",
    "release_group_id": "1af599c9-0b44-3a5a-a06b-39e8db6b2b4e",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#185 on YOUR countdown of the greatest albums of all time!\n\n'Mellon Collie and the Infinite Sadness' is the third studio album by The Smashing Pumpkins. This 28-track album spawned six singles and remains the band's only album to top the Billboard 200. It went on to be certified diamond release with over 10 million copies sold in the U.S. alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}