Information about plays

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

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

{
    "id": 3522092,
    "uri": "https://api.kexp.org/v2/plays/3522092/?format=api",
    "airdate": "2025-07-03T13:03:19-07:00",
    "show": 63908,
    "show_uri": "https://api.kexp.org/v2/shows/63908/?format=api",
    "image_uri": "https://coverartarchive.org/release/f847cfef-3b07-4903-ab57-1a592b7d7b4c/9467398666-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f847cfef-3b07-4903-ab57-1a592b7d7b4c/9467398666-250.jpg",
    "song": "In the Stone",
    "track_id": null,
    "recording_id": "861761ec-3c3f-4547-81b7-c4e0d5f8b3b5",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "I Am",
    "release_id": null,
    "release_group_id": "866e9d8e-200e-334c-8df6-9b8f8384bb22",
    "labels": [
        "ARC"
    ],
    "label_ids": [
        "855f5f67-06ce-46b5-9dce-58b8924ddf21"
    ],
    "release_date": "1979-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Thursday and welcome to The Afternoon Show with the delightful Kevin Sur! Thank you so much for joining us today! \n--\nCo-s=writer Allee Willis said, \"...the thing I love about 'In The Stone' is that I absolutely love marching bands, my two favorite types of music are marching band music and disco. Probably because they're very happy. But 'In The Stone' just turned into this marching band classic.\" (Maurice White and David Foster were the other writers.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}