Information about plays

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

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

{
    "id": 3629491,
    "uri": "https://api.kexp.org/v2/plays/3629491/?format=api",
    "airdate": "2026-03-15T22:07:59-07:00",
    "show": 66192,
    "show_uri": "https://api.kexp.org/v2/shows/66192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HONEY",
    "track_id": null,
    "recording_id": null,
    "artist": "Arma",
    "artist_ids": [
        "fcf2d84c-f173-4491-af27-f2978ba7b0bc"
    ],
    "album": "HONEY/OLD SKOOL",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://armasounds.bandcamp.com/album/honey-old-skool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}