Information about plays

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

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

{
    "id": 3580065,
    "uri": "https://api.kexp.org/v2/plays/3580065/?format=api",
    "airdate": "2025-11-19T02:35:42-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Thistle Blossom",
    "track_id": null,
    "recording_id": "f6339252-b023-40d1-bf69-9db9c482b28b",
    "artist": "Milly",
    "artist_ids": [
        "b79c92bd-adad-4751-b86c-5ed871df16a7"
    ],
    "album": "Wish Goes On",
    "release_id": null,
    "release_group_id": "7849d18a-2eb4-4d3b-b054-fa2dff39782a",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MILLY and special guests are performing in Seattle on December 3, 2025 at Madame Lou's at the Crocodile in Belltown.\n\nhttps://everout.com/seattle/events/bumberworks-presents-indie-bloom-ft-milly-special-guests/e221321/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}