Information about plays

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

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

{
    "id": 3617712,
    "uri": "https://api.kexp.org/v2/plays/3617712/?format=api",
    "airdate": "2026-02-15T04:48:44-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb250.jpg",
    "song": "How Sweet It Is (to Be Loved by You)",
    "track_id": "6f911e78-2f18-3eca-92f3-2fddebe6f4a0",
    "recording_id": "b6423276-5f3b-455a-a6e8-8eaa412913d7",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by the Holland-Dozier-Holland Motown group, which included Brian Holland, who is celebrating his birthday today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}