Information about plays

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

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

{
    "id": 3576739,
    "uri": "https://api.kexp.org/v2/plays/3576739/?format=api",
    "airdate": "2025-11-11T07:05:31-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?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": "America",
    "track_id": null,
    "recording_id": "040b6c83-6e68-4821-8a58-9ae2ebfefa89",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bookends",
    "release_id": null,
    "release_group_id": "f4a26672-dcd8-342d-ad09-2b612d91c9fb",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1968-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simon & Garfunkel's 'Bookends' (1968) is our album of the week!\n\nThe song was written and composed by Paul Simon, and concerns young lovers hitchhiking their way across the United States, in search of \"America\"... inspired by a 1964 road trip that Simon took with his then-girlfriend Kathy Chitty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}