Information about plays

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

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

{
    "id": 3579858,
    "uri": "https://api.kexp.org/v2/plays/3579858/?format=api",
    "airdate": "2025-11-18T13:50:49-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://coverartarchive.org/release/53a9e4bf-fe0c-3099-9d08-d6bbf235604f/1648019212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53a9e4bf-fe0c-3099-9d08-d6bbf235604f/1648019212-250.jpg",
    "song": "Fly on a Windshield",
    "track_id": null,
    "recording_id": "53f73e1a-151c-4a94-8280-3d60abc4c487",
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "The Lamb Lies Down on Broadway",
    "release_id": null,
    "release_group_id": "f2e5d462-6ec1-3cf8-8ea8-06eab8fe51f5",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1974-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This day in 1974: Genesis released the double concept album The Lamb Lies Down on Broadway their sixth studio album and the last album by the group to feature the involvement of lead singer Peter Gabriel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}