Information about plays

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

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

{
    "id": 3664123,
    "uri": "https://api.kexp.org/v2/plays/3664123/?format=api",
    "airdate": "2026-06-05T16:37:10-07:00",
    "show": 66910,
    "show_uri": "https://api.kexp.org/v2/shows/66910/?format=api",
    "image_uri": "https://coverartarchive.org/release/79816e0b-481c-4822-aeca-8809f2df8cdc/43199466618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79816e0b-481c-4822-aeca-8809f2df8cdc/43199466618-250.jpg",
    "song": "I Am… I Said",
    "track_id": null,
    "recording_id": "e006b8d2-3038-4625-906a-61582a5bcaaf",
    "artist": "Neil Diamond",
    "artist_ids": [
        "a42d3fd5-55de-4206-86c3-4fbb5404018f"
    ],
    "album": "I Am... I Said",
    "release_id": null,
    "release_group_id": "c94e6150-4745-4423-9f1e-7da1cd46dc42",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Neil Diamond perform \"I Am...I Said\" live at Madison Square Garden in New York in 2008:\n\nhttps://www.youtube.com/watch?v=bdLDKmSSNQU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}