Information about plays

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

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

{
    "id": 3561975,
    "uri": "https://api.kexp.org/v2/plays/3561975/?format=api",
    "airdate": "2025-10-06T09:23:20-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://coverartarchive.org/release/41029aae-7124-459c-a3de-5b15bb851c91/33045934332-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41029aae-7124-459c-a3de-5b15bb851c91/33045934332-250.jpg",
    "song": "Tusk",
    "track_id": null,
    "recording_id": null,
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Tusk",
    "release_id": null,
    "release_group_id": "22deeac8-6009-31ad-a069-26e85d246412",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#591 on YOUR countdown of the greatest albums of all-time. And the most popular one featuring the USC marching band!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}