Information about plays

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

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

{
    "id": 3570397,
    "uri": "https://api.kexp.org/v2/plays/3570397/?format=api",
    "airdate": "2025-10-26T22:50:49-07:00",
    "show": 64943,
    "show_uri": "https://api.kexp.org/v2/shows/64943/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b8f3d28-df56-4204-bcef-aadf8acc220d/35747693087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b8f3d28-df56-4204-bcef-aadf8acc220d/35747693087-250.jpg",
    "song": "Toxic Sludge",
    "track_id": null,
    "recording_id": "89f5ce98-df29-427a-a3ae-8d7dd554b845",
    "artist": "Tusken Raiders",
    "artist_ids": [
        "0e9bc976-49da-4428-a96d-0bc19d3bf1f4"
    ],
    "album": "Housewerk, Vol.4",
    "release_id": null,
    "release_group_id": "856352af-ae38-4969-aa21-304e916e35ac",
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2021-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mikeparadinas.bandcamp.com/album/housewerk-vol-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}