Information about plays

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

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

{
    "id": 3571157,
    "uri": "https://api.kexp.org/v2/plays/3571157/?format=api",
    "airdate": "2025-10-28T21:33:03-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shaking Conditions",
    "track_id": null,
    "recording_id": "7d5a9b3d-d497-4f89-a25a-4045384b0923",
    "artist": "Moodrich & SKETCHY",
    "artist_ids": [
        "023d65f4-8c25-4967-9625-76b14ffd250c",
        "9fba6814-6c38-44c5-8f29-3d569c7a2613"
    ],
    "album": "Barnaerobics V.A.",
    "release_id": null,
    "release_group_id": "54681d97-5789-44b8-a4f1-846584652c71",
    "labels": [
        "PLANETARIA SOUNDSYSTEM"
    ],
    "label_ids": [
        "5b618d7e-52de-4c39-bf14-11dd0341aea3"
    ],
    "release_date": "2021-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moodrich is a Berlin-based producer & DJ, with unique style that spans lo-fi, hip-hop, breakbeat, jungle, house and all sorts of textures, warm sounds and floating rhythms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}