Information about plays

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

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

{
    "id": 3529120,
    "uri": "https://api.kexp.org/v2/plays/3529120/?format=api",
    "airdate": "2025-07-19T19:18:43-07:00",
    "show": 64059,
    "show_uri": "https://api.kexp.org/v2/shows/64059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Sara Camille",
    "artist_ids": [],
    "album": "Good Morning",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Sara Camille, co-organizer of the upcoming Queertopia Festival happening Saturday July 26th at Volunteer Park! All the info is below, check it out!!\n\nhttps://www.facebook.com/thesocialqueer/\nhttps://www.instagram.com/p/DLIgZrjyq_A\nhttps://www.eventbrite.com/e/queertopia-tickets-1339091010259\n\nAnd check out Sara Camille's music! She'll be playing at Tim's Tavern this Tuesday, and she'll be playing Queertopia as well!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}