Information about plays

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

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

{
    "id": 3626588,
    "uri": "https://api.kexp.org/v2/plays/3626588/?format=api",
    "airdate": "2026-03-07T23:32:21-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0ce5c3b-55c4-4f70-938c-ee5966d25830/29006229043-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0ce5c3b-55c4-4f70-938c-ee5966d25830/29006229043-250.jpg",
    "song": "311",
    "track_id": null,
    "recording_id": "5e986f82-c56f-496d-9c1d-ecfb4241f4f3",
    "artist": "M.A.Z.E.",
    "artist_ids": [
        "69f4640e-bb58-43e6-ae81-5965aebab5b9"
    ],
    "album": "II",
    "release_id": null,
    "release_group_id": "e091efb4-bb8d-4b35-bfc9-ba9972570c48",
    "labels": [
        "Lumpy Records"
    ],
    "label_ids": [
        "1d943064-ee2c-420b-acbc-e5cca183a638"
    ],
    "release_date": "2021-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "II is the first M.A.Z.E. album available on vinyl.\n\nhttps://lrdisk.bandcamp.com/album/ii-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}