Information about plays

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

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

{
    "id": 3605165,
    "uri": "https://api.kexp.org/v2/plays/3605165/?format=api",
    "airdate": "2026-01-16T16:57:11-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manzana Prohibida",
    "track_id": "0a769590-8112-4dd2-a834-c8f283a4d05f",
    "recording_id": "830809e7-a404-491e-9443-b997a287c299",
    "artist": "Lucha Luna",
    "artist_ids": [
        "bf19db4d-b74f-4afd-ab96-bb654ea551d6"
    ],
    "album": "BRILLA BRILLA",
    "release_id": "9dab7408-1dab-400b-8c98-616244168fd4",
    "release_group_id": "457925e4-3139-46c1-a6da-bbcd0d238fa9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join Lucha Luna for their Album Release Party, Friday, January 16th at Baba Yaga with Bloqueador Solar, Kataniica and DJ La Mala Noche.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}