Information about plays

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

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

{
    "id": 3548675,
    "uri": "https://api.kexp.org/v2/plays/3548675/?format=api",
    "airdate": "2025-09-04T03:05:22-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/a58dc949-9aaa-42e9-aaeb-938e046de51e/7343626704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a58dc949-9aaa-42e9-aaeb-938e046de51e/7343626704-250.jpg",
    "song": "Love Hangover",
    "track_id": null,
    "recording_id": "ffd570a2-cfac-403c-90ac-6813b967f9d9",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "Diana Ross",
    "release_id": null,
    "release_group_id": "01591d78-3ba9-31a2-88d7-1f994be5e945",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1976, Diana Ross released her second self-titled record 'Diana Ross' (after 1970's 'Diana Ross'). \nDiana Ross live with \"Love Hangover\" on The Midnight Special  in 1976:\nhttps://youtu.be/qJTZrWv5Y9I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}