Information about plays

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

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

{
    "id": 3630791,
    "uri": "https://api.kexp.org/v2/plays/3630791/?format=api",
    "airdate": "2026-03-18T22:50:06-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Key",
    "track_id": null,
    "recording_id": null,
    "artist": "Malummí",
    "artist_ids": [
        "652534db-fe36-4f34-930a-7772e636d850"
    ],
    "album": "Damaged By Their Silence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mouthwatering Records"
    ],
    "label_ids": [
        "2ce3b94c-4cdf-48a0-98a0-883a685265f9"
    ],
    "release_date": "2026-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://malummi.bandcamp.com/album/damaged-by-their-silence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}