Information about plays

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

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

{
    "id": 3548464,
    "uri": "https://api.kexp.org/v2/plays/3548464/?format=api",
    "airdate": "2025-09-03T14:50:31-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "my co-worker clark kent's secret black box",
    "track_id": null,
    "recording_id": null,
    "artist": "Open Mike Eagle",
    "artist_ids": [],
    "album": "Neighborhood Gods Unlimited",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Did you know that Open Mike Eagle has a Comedy Central show,  \"The New Negroes\"? Mike reflects \"One project I always come back to is a concept called Dark Comedy Television. It's a show about a cable network that can only afford to be on the air for an hour a week so it has to fit its entire slate of programs in that hour.\" Read more about it and see the video for this song: https://www.antimusic.com/p/25/0806watch_open_mike_eagles_my_co-worker_clark_kents_secret_black_box_video.shtml",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}