Information about plays

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

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

{
    "id": 3573610,
    "uri": "https://api.kexp.org/v2/plays/3573610/?format=api",
    "airdate": "2025-11-03T20:25:32-08:00",
    "show": 65016,
    "show_uri": "https://api.kexp.org/v2/shows/65016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "0:00",
    "track_id": null,
    "recording_id": null,
    "artist": "Vondré",
    "artist_ids": [
        "03ad8b78-212d-470a-9691-4ad0afe20f43"
    ],
    "album": "0:00",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Freakout week!\nhttps://www.freakoutrec.com/lineup \n\nVondre will be playing at Freakout this week and also at Noches de Rock as a DJ set.\n***\nVondre tocará en Freakout esta semana y también en Noches de Rock como DJ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}