Information about plays

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

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

{
    "id": 3585748,
    "uri": "https://api.kexp.org/v2/plays/3585748/?format=api",
    "airdate": "2025-12-02T07:12:37-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All There Is",
    "track_id": "0706637b-b9c5-3c86-a763-6ac73a059a81",
    "recording_id": "5d36295c-12b9-484d-a63d-a91e577b5637",
    "artist": "Gregory Alan Isakov",
    "artist_ids": [
        "5c61efe6-3cdf-4160-b43c-9274944369e6"
    ],
    "album": "That Sea, the Gambler",
    "release_id": "96100d88-548a-4f19-9cbe-31d702f191cf",
    "release_group_id": "14ce5684-e145-4d52-9e0a-a43a1a1917b7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance of \"All There Is\" at the Church of the Incarnation: https://www.youtube.com/watch?v=Z6dgkazQUoc\n\nhttps://gregoryalanisakov.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}