Information about plays

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

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

{
    "id": 3552724,
    "uri": "https://api.kexp.org/v2/plays/3552724/?format=api",
    "airdate": "2025-09-13T22:40:31-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plastic Punks",
    "track_id": null,
    "recording_id": null,
    "artist": "Autogramm",
    "artist_ids": [
        "8b4a0c77-ef66-4a53-8471-0c381149f908"
    ],
    "album": "Music That Humans Can Play",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stomp Records"
    ],
    "label_ids": [
        "1b5ffc62-d375-47af-94eb-bbc397735ae6"
    ],
    "release_date": "2023-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, B.C.'s Autogramm released their latest EP, Randy in February of this year.\n\nhttps://autogramm.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}