Information about plays

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

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

{
    "id": 3500883,
    "uri": "https://api.kexp.org/v2/plays/3500883/?format=api",
    "airdate": "2025-05-13T14:56:47-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c27c315-91e3-46cb-9ce1-e7cb444a60e5/2204017462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c27c315-91e3-46cb-9ce1-e7cb444a60e5/2204017462-250.jpg",
    "song": "Higher Ground",
    "track_id": null,
    "recording_id": "05ba5226-2819-43cb-825c-e814e5ef59a3",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "LIVE in Brighton, UK (July 4th, 1973)",
    "release_id": null,
    "release_group_id": "01ecd6dd-7698-3560-9fd7-52b6a0ee9a1e",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Jennifer!\n---\nI'm so darn glad He let me try it again\n'Cause my last time on Earth, I lived a whole world of sin\nI'm so glad that I know more than I knew then\nGoing to keep on trying\n'Til I reach my highest ground\n---\nhttps://genius.com/Stevie-wonder-higher-ground-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}