Information about plays

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

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

{
    "id": 3548214,
    "uri": "https://api.kexp.org/v2/plays/3548214/?format=api",
    "airdate": "2025-09-03T00:45:59-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia801604.us.archive.org/18/items/mbid-52ea4a91-4a6b-45b8-b12d-83ab7db99901/mbid-52ea4a91-4a6b-45b8-b12d-83ab7db99901-35725830516_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/18/items/mbid-52ea4a91-4a6b-45b8-b12d-83ab7db99901/mbid-52ea4a91-4a6b-45b8-b12d-83ab7db99901-35725830516_thumb250.jpg",
    "song": "Money",
    "track_id": "771686dd-a179-42a0-9dd5-0bed5b3ec6b4",
    "recording_id": "95f011b2-a46d-46e7-87b3-1b04adacfaee",
    "artist": "Michael Kiwanuka & Tom Misch",
    "artist_ids": [
        "fc3e8983-1f51-4c80-b2b5-146bf2162dc2",
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Money",
    "release_id": "52ea4a91-4a6b-45b8-b12d-83ab7db99901",
    "release_group_id": "350d03b4-d670-4481-b9f8-843fa86511d1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song about the danger of greed... \n\nMercury-winning artist https://www.michaelkiwanuka.com/ working with Tom Misch  https://tommisch.com/ on this one. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}