Information about plays

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

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

{
    "id": 3582117,
    "uri": "https://api.kexp.org/v2/plays/3582117/?format=api",
    "airdate": "2025-11-23T23:34:27-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Centered",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe",
    "artist_ids": [],
    "album": "Get Centered",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cómeme"
    ],
    "label_ids": [
        "d935c757-ddce-4b11-ab49-cbab26bd1462"
    ],
    "release_date": "2019-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://joemakemusic.bandcamp.com/album/get-centred",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}