Information about plays

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

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

{
    "id": 3553377,
    "uri": "https://api.kexp.org/v2/plays/3553377/?format=api",
    "airdate": "2025-09-15T13:13:05-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ropa Vieja",
    "track_id": null,
    "recording_id": null,
    "artist": "Family Time",
    "artist_ids": [
        "26e2ff1a-1684-4a2f-98ff-4f3cae12a800"
    ],
    "album": "The Golden Years",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oscar and Max - Max and Oscar. They’re the two irreplaceable halves of Family Time, an alternative -and in some ways, highly experimental- pop band whose dynamics are rooted in the multi-level intimate relationship of the two Hispano-German cousins, their flair for the dramatic, the eccentric and -as we learned in this interview- the theatrical as well...\"\nhttps://www.rivalmagazinela.com/rival-online/stop-its-family-time-with-das-risiko-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}