Information about plays

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

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

{
    "id": 3527532,
    "uri": "https://api.kexp.org/v2/plays/3527532/?format=api",
    "airdate": "2025-07-16T01:27:13-07:00",
    "show": 64026,
    "show_uri": "https://api.kexp.org/v2/shows/64026/?format=api",
    "image_uri": "https://ia600206.us.archive.org/5/items/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63-6689063930_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/5/items/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63/mbid-f43f6018-82e1-3b7a-b5ac-5594d40a0a63-6689063930_thumb250.jpg",
    "song": "Who Can It Be Now?",
    "track_id": "4a84784f-dec7-377a-bd06-0b51ca2bc614",
    "recording_id": "34111948-8e27-4422-8012-2e41980094c1",
    "artist": "Men at Work",
    "artist_ids": [
        "395cc503-63b5-4a0b-a20a-604e3fcacea2"
    ],
    "album": "Business as Usual",
    "release_id": "8889cfad-3b67-3f6a-962b-deb41b6cc7cf",
    "release_group_id": "c9bff180-434f-3c93-aba5-ff579e3976aa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The memorable saxophone hook you hear on “Who Can It Be Now?” is performed by band member Greg Ham, who died in 2012 There's a saxophone---and some paranoia---in the video for \"Who Can It Be Now?\": https://youtu.be/SECVGN4Bsgg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}