Information about plays

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

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

{
    "id": 3559952,
    "uri": "https://api.kexp.org/v2/plays/3559952/?format=api",
    "airdate": "2025-10-01T06:20:45-07:00",
    "show": 64715,
    "show_uri": "https://api.kexp.org/v2/shows/64715/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-062ff855-b959-4785-9dc1-08c58133c0ac/mbid-062ff855-b959-4785-9dc1-08c58133c0ac-39560538126_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-062ff855-b959-4785-9dc1-08c58133c0ac/mbid-062ff855-b959-4785-9dc1-08c58133c0ac-39560538126_thumb250.jpg",
    "song": "Area 54",
    "track_id": "0db4a5f6-9da3-4575-b881-19b64c94c4dc",
    "recording_id": "69598de3-3732-440c-b942-173ccd2451e0",
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "Moosebumps: An Exploration Into Modern Day Horripilation",
    "release_id": "062ff855-b959-4785-9dc1-08c58133c0ac",
    "release_group_id": "837d38f6-68e4-469a-bc43-fbf6a6f9160a",
    "labels": [
        "Bulk Recordings"
    ],
    "label_ids": [
        "f3a577a7-88a3-415d-8e61-bf9ed151abb8"
    ],
    "release_date": "2018-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dr. Octagon is a persona created and used by American rapper Keith Matthew Thornton, better known as Kool Keith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}