Information about plays

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

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

{
    "id": 3571151,
    "uri": "https://api.kexp.org/v2/plays/3571151/?format=api",
    "airdate": "2025-10-28T21:08:25-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "925 (Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sammy Virji, Chris Lake, RoRo",
    "artist_ids": [
        "e23abc5f-478a-4594-ad18-b3805b3c5316",
        "fca94d64-9ada-4264-9373-4158e2f7c7e7",
        "57ce0d45-8e00-447d-95d5-f735ad617eb8"
    ],
    "album": "925 (Extended Mix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records UK"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This trio collaborated on the track \"925,\" with Virji's and Lake's bass house and UK garage styles, in alchemy with RoRo's vocals.  This track holds a notable blend of tension and release, and its sleek, rolling beat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}