Information about plays

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

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

{
    "id": 3548661,
    "uri": "https://api.kexp.org/v2/plays/3548661/?format=api",
    "airdate": "2025-09-04T02:19:35-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Bass Power",
    "track_id": null,
    "recording_id": "9a264d5b-79c4-4fb8-9d7d-27345edd97c9",
    "artist": "Nguzunguzu",
    "artist_ids": [
        "de7d7191-5ca6-4e19-a69e-006a09a63df2"
    ],
    "album": "Timesup EP",
    "release_id": null,
    "release_group_id": "8cbf9a09-9962-474d-bb50-25b77caedb85",
    "labels": [
        "Fade to Mind"
    ],
    "label_ids": [
        "c2e8563f-84cc-4188-bdd7-7e0fe529205e"
    ],
    "release_date": "2011-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nguzunguzu.bandcamp.com/album/timesup-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}