Information about plays

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

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

{
    "id": 3636894,
    "uri": "https://api.kexp.org/v2/plays/3636894/?format=api",
    "airdate": "2026-04-02T14:17:35-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?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": "0f614da2-d1fb-4187-b203-1393879e2f2e",
    "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": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1971-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Flying high in the friendly sky\nWithout ever leaving the ground\nAnd I ain't seen nothing but trouble, baby\nNobody really understands, no, no\nAnd I go to the place where good feeling awaits me\nSelf destruction's in my hand\nOh, Lord, so stupid minded\nOh, but I go crazy when I can't find it\nWell, I know I'm hooked, my friend\nTo the boy who makes slaves out of men...\"\nThis lovely voice is singing about his drug use. At this point in his life, he was still mainly smoking marijuana but he’d later delve into snorting and free-basing cocaine in the late 70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}