Information about plays

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

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

{
    "id": 3527673,
    "uri": "https://api.kexp.org/v2/plays/3527673/?format=api",
    "airdate": "2025-07-16T09:26:15-07:00",
    "show": 64028,
    "show_uri": "https://api.kexp.org/v2/shows/64028/?format=api",
    "image_uri": "https://coverartarchive.org/release/1abb2a67-27f6-43c9-8cdc-47081904bd21/6625642776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1abb2a67-27f6-43c9-8cdc-47081904bd21/6625642776-250.jpg",
    "song": "Ain’t No Mountain High Enough",
    "track_id": null,
    "recording_id": "5add1f39-2135-4681-8fc5-8b15aec5eca7",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "Ain't No Mountain High Enough",
    "release_id": null,
    "release_group_id": "9b25a3a8-5c48-4d58-94d2-6fe7bffbe098",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1970-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Diana Ross' first solo U.S. #1 hit was released this day 55 years ago, in 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}