Information about plays

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

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

{
    "id": 3656147,
    "uri": "https://api.kexp.org/v2/plays/3656147/?format=api",
    "airdate": "2026-05-17T22:00:42-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd9b2da3-371c-4bd5-bfae-06baa3f16683/44873116792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd9b2da3-371c-4bd5-bfae-06baa3f16683/44873116792-250.jpg",
    "song": "feat. Lateena",
    "track_id": null,
    "recording_id": "71dd6e60-9880-4d3a-b9c5-3609a18c9861",
    "artist": "DJ Laxxiste A feat. Lateena",
    "artist_ids": [
        "1d32176e-ffbc-44a7-bc12-d29e61be358a",
        "abf3ac54-2f76-4563-aeda-3eef368f4b4c"
    ],
    "album": "Promo Use Only",
    "release_id": null,
    "release_group_id": "34e5afc3-37ea-439b-ae49-ff09ee46703d",
    "labels": [
        "Les Disques Magnétiques"
    ],
    "label_ids": [
        "a9bafd9f-705b-4891-b409-f10f864fb497"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djlaxxistea.bandcamp.com/album/promo-use-only",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}