Information about plays

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

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

{
    "id": 3570168,
    "uri": "https://api.kexp.org/v2/plays/3570168/?format=api",
    "airdate": "2025-10-26T09:04:35-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Too Late",
    "track_id": null,
    "recording_id": "9f0841fc-b79c-409c-81b5-987288875946",
    "artist": "Bob Desper",
    "artist_ids": [
        "08022cbd-7dce-4a6e-9c06-fa9a638f0714"
    ],
    "album": "New Sounds",
    "release_id": null,
    "release_group_id": "81c8ef4c-25bd-49b8-a269-4984843cd671",
    "labels": [
        "Discourage"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Accidentally blinded at adolescence, the Portland-based Bob Desper released just one record in 1974 limited to a 500-copy pressing on a local Christian imprint.\nhttps://pitchfork.com/reviews/albums/14440-new-sounds/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}