Information about plays

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

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

{
    "id": 3580497,
    "uri": "https://api.kexp.org/v2/plays/3580497/?format=api",
    "airdate": "2025-11-20T03:48:17-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Times",
    "track_id": null,
    "recording_id": null,
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Cover Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nicole Monique Wray, also known as Lady Wray, will perform at The Chapel in SF on Sunday, November 9th. -- “Hard Times” is an uplifting statement of perseverance and holding on to one’s joy. That subject matter is a driving theme of Nicole’s just-released new album “Cover Girl”: ladywray.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}