Information about plays

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

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

{
    "id": 3522785,
    "uri": "https://api.kexp.org/v2/plays/3522785/?format=api",
    "airdate": "2025-07-05T01:09:17-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm 37",
    "track_id": null,
    "recording_id": "6d688ad2-3181-4097-8986-929dba8877bf",
    "artist": "The Macs",
    "artist_ids": [
        "607e62ac-a890-4fdb-b479-26c6ff477cd1"
    ],
    "album": "Seattle Syndrome - Volume One",
    "release_id": null,
    "release_group_id": "46393a41-c55a-4eca-94f3-5a8ef650c48b",
    "labels": [
        "Engram Records"
    ],
    "label_ids": [
        "20f312d8-f083-42f3-937e-29e16aa57c03"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Macs recorded “I’m 37” for the 1981 Engram Records compilation Seattle Syndrome Volume One. The song, featuring a grocery-store–working narrator, was laid down at Seattle’s Triangle Recording in 1980 and was the band’s final release",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}