Information about plays

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

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

{
    "id": 3550067,
    "uri": "https://api.kexp.org/v2/plays/3550067/?format=api",
    "airdate": "2025-09-07T14:16:14-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Milk Cow Blues",
    "track_id": null,
    "recording_id": "abb8f984-5ffc-4788-b025-d1915c2c2620",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kink Kontroversy",
    "release_id": null,
    "release_group_id": "9155df1e-e8be-3bb7-a0a1-af86c9057bb8",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1965-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their third album released in 1965. The album title mocks their reputation of getting into fights on stage. which led to a concert ban in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}