Information about plays

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

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

{
    "id": 3577157,
    "uri": "https://api.kexp.org/v2/plays/3577157/?format=api",
    "airdate": "2025-11-12T08:28:08-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://coverartarchive.org/release/67504c57-fa57-48ea-adb8-aaf4264c9256/15838239184-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67504c57-fa57-48ea-adb8-aaf4264c9256/15838239184-250.jpg",
    "song": "Fakin’ It",
    "track_id": null,
    "recording_id": "d515dbb5-3256-4edc-b7b0-bd66dcee93bd",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bookends",
    "release_id": null,
    "release_group_id": "f4a26672-dcd8-342d-ad09-2b612d91c9fb",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simon & Garfunkel's \"Bookends\" is the Morning Show Album of the Week!\n\nLike so many of their peers, these two natives of Forest Hills, Queens, were musical sponges, but they didn’t leave it at that. Remarkably, they’d broken into the Top 50 as 15-year-olds in 1957 with their Everlys knockoff “Hey, Schoolgirl.” Tom & Jerry, as they then called themselves, even lip-synced the song on Bandstand, but nothing more came of that initial foray into the pop mainstream.\nhttps://simonandgarfunkel.com/biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}