Information about plays

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

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

{
    "id": 3604026,
    "uri": "https://api.kexp.org/v2/plays/3604026/?format=api",
    "airdate": "2026-01-13T22:32:36-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change in the Weather",
    "track_id": "18f211ee-2f6d-3c93-87ef-0933fedd1339",
    "recording_id": "edc54edb-2909-4616-bd2a-be2dd1ff7da6",
    "artist": "Love Spit Love",
    "artist_ids": [
        "d703af9a-d993-4f00-92aa-14ea284e39bd"
    ],
    "album": "Love Spit Love",
    "release_id": "5aeba8eb-f48e-3aab-8bda-ba5ef3a3c0e1",
    "release_group_id": "e9d127d0-ce3f-3168-b928-9cfa1901fee2",
    "labels": [
        "Imago"
    ],
    "label_ids": [
        "aca4fd73-75d7-4690-b661-83be4d7fdc1e"
    ],
    "release_date": "1994-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}