Information about plays

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

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

{
    "id": 3575786,
    "uri": "https://api.kexp.org/v2/plays/3575786/?format=api",
    "airdate": "2025-11-08T23:28:36-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey, Ronnie",
    "track_id": null,
    "recording_id": null,
    "artist": "Government Issue",
    "artist_ids": [
        "9b952ee8-d45d-4a26-8066-57849d871e06"
    ],
    "album": "Joy Ride / The Fun Just Never Ends",
    "release_id": null,
    "release_group_id": "ffc411c4-ec61-41d5-bf25-fd319f5f0c60",
    "labels": [
        "Giant Records"
    ],
    "label_ids": [
        "cf856868-693c-4cd1-8f10-216d3e7216df"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Washington, DC.\n\nRIP John Stabb\n\nhttps://dischord.com/band/government-issue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}