Information about plays

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

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

{
    "id": 3554315,
    "uri": "https://api.kexp.org/v2/plays/3554315/?format=api",
    "airdate": "2025-09-17T20:22:12-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9e23591-1ceb-4a69-b687-4158ddbfd824/27885759486-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9e23591-1ceb-4a69-b687-4158ddbfd824/27885759486-250.jpg",
    "song": "Joy of a Toy",
    "track_id": null,
    "recording_id": "636f5870-c0a7-4978-982c-5bb09b537654",
    "artist": "Soft Machine",
    "artist_ids": [
        "5193ce6b-a315-4c50-ae49-54e69ffbc988"
    ],
    "album": "The Soft Machine",
    "release_id": null,
    "release_group_id": "18e4c035-21e5-34da-8394-324b20d09d45",
    "labels": [
        "Probe"
    ],
    "label_ids": [
        "ae618ab0-81aa-4e75-8bdc-a9c039c981bf"
    ],
    "release_date": "1968-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Soft Machine opened for The Jimi Hendrix Experience throughout 1968. However, after recording their debut album, Kevin Ayers became disenchanted by Soft Machine’s jazz leanings (as well as their tiresome touring schedule), so he amicably left the group and sold his bass guitar to Noel Redding. In an ironic turn of events, Jimi Hendrix himself had then given Ayers an acoustic guitar on the promise that Kevin would continue making music.\"\n\nhttps://moofmag.com/2017/07/24/album-of-the-week-joy-of-a-toy-1969/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}