Information about plays

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

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

{
    "id": 3542557,
    "uri": "https://api.kexp.org/v2/plays/3542557/?format=api",
    "airdate": "2025-08-20T17:16:07-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a003431-4a38-479d-83bf-41a7b69b7771/16628164062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a003431-4a38-479d-83bf-41a7b69b7771/16628164062-250.jpg",
    "song": "Strawberry Letter 23",
    "track_id": null,
    "recording_id": "dbcbb701-4380-4c07-9374-2ece016fe80a",
    "artist": "Shuggie Otis",
    "artist_ids": [
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Inspiration Information",
    "release_id": null,
    "release_group_id": "2bb3b259-5ea7-3773-96be-20d9a592358a",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shuggie Otis performed most of the instruments on this album, including the sleigh bells - this track went on to be covered by The Brothers Johnson with Quincy Jones in 1980\n\nShuggie Otis released a deluxe reissue of this album a few years back, with lots of extra material",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}