Information about plays

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

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

{
    "id": 3550513,
    "uri": "https://api.kexp.org/v2/plays/3550513/?format=api",
    "airdate": "2025-09-08T16:32:19-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b8280c4-da55-332a-a194-3799a39d1641/19542945173-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b8280c4-da55-332a-a194-3799a39d1641/19542945173-250.jpg",
    "song": "The Sea",
    "track_id": null,
    "recording_id": "2d98788d-b10b-40d6-8c9d-2bf9f0979378",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Big Calm",
    "release_id": null,
    "release_group_id": "033ad45d-fdf5-3a94-ba34-d50e3716cf95",
    "labels": [
        "Indochina"
    ],
    "label_ids": [
        "206870c3-7f6b-4c29-b63f-eeae7d95804c"
    ],
    "release_date": "1998-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist Skye Edwards, along with brothers Paul and Ross Godfrey, formed Morcheeba in the 1990s. The cover for this album was inspired by the 1966 lounge classic \"Hi-Fi Companion\" by Ray Conniff.\nhttps://morcheeba.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}