Information about plays

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

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

{
    "id": 3580464,
    "uri": "https://api.kexp.org/v2/plays/3580464/?format=api",
    "airdate": "2025-11-20T01:58:33-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Ceiba",
    "track_id": null,
    "recording_id": null,
    "artist": "Antibalas",
    "artist_ids": [
        "33c2a158-a788-44e5-81ab-142d544a165b"
    ],
    "album": "Hourglass",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antibalas is a Brooklyn-based Afrobeat band, and their newest album 'Hourglass' was released in October. They will be performing in Seattle on December 13th & 14th at Hidden Hall. Tickets for both shows here: https://tinyurl.com/3usf3w2w\\",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}