Information about plays

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

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

{
    "id": 3520471,
    "uri": "https://api.kexp.org/v2/plays/3520471/?format=api",
    "airdate": "2025-06-29T17:06:40-07:00",
    "show": 63875,
    "show_uri": "https://api.kexp.org/v2/shows/63875/?format=api",
    "image_uri": "https://coverartarchive.org/release/fdc48872-1736-4072-adac-db71c5097d17/34369263608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fdc48872-1736-4072-adac-db71c5097d17/34369263608-250.jpg",
    "song": "I’m Coming Out / Upside Down (Eric Kupper Remix)",
    "track_id": null,
    "recording_id": "eee8223f-69b7-466e-858c-295e8b2560c7",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "I’m Coming Out / Upside Down (The Remix Album)",
    "release_id": null,
    "release_group_id": "310b812b-22db-490e-91d0-97a537b215d8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2018-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm Coming Out\" and \"Upside Down\" were both released in 1980 as part of Diana Ross's self-titled album. Nile Rodgers and Bernard Edwards, known for their work with Chic, wrote and produced both tracks. \n\n\"I'm Coming Out\": This song is a declaration of self-acceptance and empowerment. \n\n\"Upside Down\": This song describes a relationship where the singer feels emotionally overwhelmed and turned \"upside down\". \n\nThe Eric Kupper remix combines these two songs into a single, energetic dance track, highlighting the powerful vocals of Diana Ross.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}