Information about plays

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

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

{
    "id": 3576483,
    "uri": "https://api.kexp.org/v2/plays/3576483/?format=api",
    "airdate": "2025-11-10T16:01:50-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ef5e22b-144d-4985-8f6e-2c6e3d96ccde/11176636130-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ef5e22b-144d-4985-8f6e-2c6e3d96ccde/11176636130-250.jpg",
    "song": "Nights in White Satin",
    "track_id": null,
    "recording_id": null,
    "artist": "The Moody Blues with the London Festival Orchestra conducted by Peter Knight",
    "artist_ids": [
        "774666d2-2064-4d6c-856c-f8cda0aaf9f0",
        "2914addc-dc71-41ce-a3b0-68d6a73bb5d0",
        "7c6752de-2a62-4f5d-b29c-5decc9c9508a"
    ],
    "album": "Days of Future Passed",
    "release_id": null,
    "release_group_id": "d3e4cc8c-fbfe-37fa-8be6-fd538ac31520",
    "labels": [
        "Deram"
    ],
    "label_ids": [
        "9d39ce55-18f6-4989-bcb6-d56862e18dcb"
    ],
    "release_date": "1967-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1967 - The Moody Blues release the single \"Nights In White Satin\" from their album Days of Future Passed, released on the same day.\n\nhttps://www.moodybluestoday.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}