Information about plays

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

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

{
    "id": 3604702,
    "uri": "https://api.kexp.org/v2/plays/3604702/?format=api",
    "airdate": "2026-01-15T14:23:22-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Piece of Clay",
    "track_id": null,
    "recording_id": "c2bc30ab-2cd6-46f2-868a-8e30979b7af2",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "You’re the Man",
    "release_id": null,
    "release_group_id": "82a4f23b-df64-4f3f-be50-ea3c8f6b5fcd",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Adam!\n--\nThis Marvin Gaye classic was written by  Gloria Jones & Pam Sawyer. Gloria Jones and Pam Sawyer were part of a new, younger generation at Jobete Music, and had proved themselves the previous year with Gladys Knight & the Pips’ Top 10 smash, “If I Were Your Woman.” Jones had credentials as a recording artist (“Heartbeat,” “Tainted Love”) before Motown, and classical piano had figured in her musical education. Lyricist Sawyer was part of the team which wrote “Love Child” and “I’m Livin’ In Shame” for Diana Ross & the Supremes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}