Information about plays

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

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

{
    "id": 3667134,
    "uri": "https://api.kexp.org/v2/plays/3667134/?format=api",
    "airdate": "2026-06-13T00:43:35-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Many Ways",
    "track_id": null,
    "recording_id": "36242d6b-9e52-4e39-aeb2-dcae2f1a8ee1",
    "artist": "Warren G",
    "artist_ids": [
        "85d7666c-d3ce-4e2c-8b1b-f20db7cdae4f"
    ],
    "album": "Regulate… G Funk Era",
    "release_id": null,
    "release_group_id": "7d2ec03f-4abb-3fef-b7e5-465334a47b54",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1994-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}