Information about plays

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

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

{
    "id": 3546580,
    "uri": "https://api.kexp.org/v2/plays/3546580/?format=api",
    "airdate": "2025-08-30T04:57:17-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/7659cb30-d6c9-4f77-b1a1-a839786ac1b9/27566851237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7659cb30-d6c9-4f77-b1a1-a839786ac1b9/27566851237-250.jpg",
    "song": "Afraid to Love",
    "track_id": null,
    "recording_id": "1249347d-23e0-4f1f-b366-56970bb9d023",
    "artist": "Sunnyboys",
    "artist_ids": [
        "cf4c7a66-35a7-45d7-b966-0e073cd0ace9"
    ],
    "album": "Get Some Fun",
    "release_id": null,
    "release_group_id": "2926aebc-4f1f-3d29-8dfd-47ddd6113ee5",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sunnyboys bassist Peter Oxley is playing with the Saints during their upcoming tour\nhttps://www.brooklynvegan.com/the-saints-surviving-original-members-playing-70s-material-on-tour-with-mudhoney-bad-seeds-members/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}