Information about plays

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

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

{
    "id": 3553431,
    "uri": "https://api.kexp.org/v2/plays/3553431/?format=api",
    "airdate": "2025-09-15T16:43:28-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ab9b492-2496-4456-8308-e1ce650d43df/34991615467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ab9b492-2496-4456-8308-e1ce650d43df/34991615467-250.jpg",
    "song": "Bebe Dame",
    "track_id": null,
    "recording_id": "e87b23cd-e15b-419f-b23e-d78bb9404111",
    "artist": "Fuerza Regida & Grupo Frontera",
    "artist_ids": [],
    "album": "Sigan Hablando",
    "release_id": null,
    "release_group_id": "73f3013e-f809-4f41-9de2-9d58cf612a05",
    "labels": [
        "Rancho Humilde"
    ],
    "label_ids": [
        "f4aa465a-761f-4f92-b5d8-af57afd1efb4"
    ],
    "release_date": "2022-12-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=Oie--p6YqJo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}