Information about plays

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

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

{
    "id": 3547930,
    "uri": "https://api.kexp.org/v2/plays/3547930/?format=api",
    "airdate": "2025-09-02T09:14:38-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Planet Earth",
    "track_id": null,
    "recording_id": "bf123d0a-ad81-4ef2-b9a6-c6b9fe04629b",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Duran Duran",
    "release_id": null,
    "release_group_id": "eeab2cc4-aaa5-4983-b0d7-e5522355ef68",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!\n--\n 'the song reached No. 12 on the U.K. singles chart; led to the band making an appearance on \"Top of the Pops\"; and even made inroads on the U.S. Billboard dance charts. Named one of the \"100 Greatest Debut Singles of All Time\" by Rolling Stone, \"Planet Earth\" remains in the band's live setlists and has inspired younger generations: Both The Killers and My Chemical Romance's Gerard Way have performed the song with Duran Duran.'\nhttps://duranduran.com/2021/planet-earth-at-40-the-perfect-debut-single-that-boldly-launched-duran-duran/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}