Information about plays

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

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

{
    "id": 3522605,
    "uri": "https://api.kexp.org/v2/plays/3522605/?format=api",
    "airdate": "2025-07-04T16:00:34-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://ia800208.us.archive.org/31/items/mbid-252dc472-62c7-43d7-af4b-dfea71cda051/mbid-252dc472-62c7-43d7-af4b-dfea71cda051-39703194400_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/31/items/mbid-252dc472-62c7-43d7-af4b-dfea71cda051/mbid-252dc472-62c7-43d7-af4b-dfea71cda051-39703194400_thumb250.jpg",
    "song": "America",
    "track_id": "d70ab782-21a2-36fa-a85e-340f72898468",
    "recording_id": "ac99082c-c4dd-46d4-8cd8-00155e88e26e",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48",
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Around the World in a Day",
    "release_id": "252dc472-62c7-43d7-af4b-dfea71cda051",
    "release_group_id": "10b61b06-5cd5-39ef-976e-aba8bc4fb51d",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In Matt Thorne’s book \"Prince: The Man and His Music,\" Wendy Melvoin of The Revolution shared how this song started out as a five hour jam session.\n\n\"Prince came in and did that 'America' solo and started singing and turned it into the song we know. To this day, we can put that song on and feel that band’s energy and feel what we were like at our best together – a fucking freight train.\" https://tinyurl.com/2h38y2bd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}