Information about plays

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

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

{
    "id": 3615818,
    "uri": "https://api.kexp.org/v2/plays/3615818/?format=api",
    "airdate": "2026-02-10T16:29:37-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel the Earth Move",
    "track_id": "da6ae594-d712-4270-ad19-f48583895698",
    "recording_id": "eb5fd781-d917-402f-ac3b-50c432d45c2f",
    "artist": "Carole King",
    "artist_ids": [
        "bf6c29f5-b69f-4842-9031-37f9645d365d"
    ],
    "album": "Tapestry",
    "release_id": "32a15869-6f9b-4709-b109-6f21dffa1219",
    "release_group_id": "6e4f39e6-3403-39d7-81c6-8e61a990d509",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1971, Carole King released Tapestry. King wrote or co-wrote all of the songs on the album, several of which had already been hits for other artists such as Aretha Franklin's \"(You Make Me Feel Like) A Natural Woman\" and The Shirelles' \"Will You Love Me Tomorrow\" (in 1960).\n\nTapestry won multiple Grammy awards, including Album of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}