Information about plays

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

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

{
    "id": 3612189,
    "uri": "https://api.kexp.org/v2/plays/3612189/?format=api",
    "airdate": "2026-02-02T07:29:15-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-250.jpg",
    "song": "Flyin’ High (in the Friendly Sky)",
    "track_id": null,
    "recording_id": "6ca339d9-5f05-4b0a-ad59-ac0e2515b730",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What’s Going On",
    "release_id": null,
    "release_group_id": "c1fa4d2c-ec62-37d5-b01d-6df7f8fd2c90",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye’s ‘Flyin’ High (In the Friendly Sky),’ from his seminal album ‘What’s Going On,’ is more than a song. It’s a journey into the heart of darkness that addiction brings, an introspection wrapped in a soulful melody. The track’s gentle, stirring rhythms disguise a narrative of dependency and the search for an elusive peace.\nRead more at: https://www.songmeaningsandfacts.com/flyin-high-in-the-friendly-sky-by-marvin-gaye-lyrics-meaning-an-exploration-of-addiction-and-escape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}