Information about plays

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

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

{
    "id": 3546355,
    "uri": "https://api.kexp.org/v2/plays/3546355/?format=api",
    "airdate": "2025-08-29T15:29:29-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia801805.us.archive.org/10/items/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae-22922071662_thumb500.jpg",
    "thumbnail_uri": "https://ia601805.us.archive.org/10/items/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae-22922071662_thumb250.jpg",
    "song": "Shoop",
    "track_id": "adfc714b-26b4-4bce-a804-b7b68982aa10",
    "recording_id": "65db8463-2716-46e4-98ba-ee9450ce54e6",
    "artist": "Salt‐N‐Pepa",
    "artist_ids": [
        "26bcd35d-56a3-4e4d-8ad7-7bc5787c3af1"
    ],
    "album": "Very Necessary",
    "release_id": "c1e47484-12e4-4764-8994-91f2b9f2f30c",
    "release_group_id": "4ec41ccd-e2b5-3e7a-8a4b-33d143b601d9",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Justin in SF \n\n\"Hey Larry! My wife, Savage, is celebrating a birthday today and she is a sexy mother- as Salt n Pepa would say, and she makes me wanna Shoop. Would love it if you could play that song as we drive for a weekend celebration with some of her closest friends. I love you, Savage! \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}