Information about plays

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

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

{
    "id": 3636910,
    "uri": "https://api.kexp.org/v2/plays/3636910/?format=api",
    "airdate": "2026-04-02T15:10:55-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Heard It Through the Grapevine",
    "track_id": null,
    "recording_id": "35432076-f4c5-4878-9807-387baae95021",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Heard It Through the Grapevine",
    "release_id": null,
    "release_group_id": "e2bef64d-cc0e-340e-b8de-85968992127c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye made the definitive version of this song in 1968. The Gaye recording has since become an acclaimed soul classic. In 1998 the song was inducted into the Grammy Hall of Fame for \"historical, artistic and significant\" value. In 2004, it was placed 80th on the Rolling Stone list of The 500 Greatest Songs of All Time,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}