Information about plays

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

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

{
    "id": 3576971,
    "uri": "https://api.kexp.org/v2/plays/3576971/?format=api",
    "airdate": "2025-11-11T21:23:48-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teach Me How To Love (Polo & Pan Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Polo & Pan, galdive",
    "artist_ids": [
        "1d9ec7ea-0fa4-41d9-917b-723c735ebbfe",
        "00cf07d5-8aa3-4adb-90b2-48323f572dc2"
    ],
    "album": "Teach Me How To Love (Remixes)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mom+Pop Music"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With electronic sounds and tropical influence, this French duo is currently touring the Americas! \n\nYou can check them out in Mexico City on November 14th:\nhttps://lnkfi.re/americastour25",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}