Information about plays

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

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

{
    "id": 3573069,
    "uri": "https://api.kexp.org/v2/plays/3573069/?format=api",
    "airdate": "2025-11-02T12:25:03-08:00",
    "show": 65004,
    "show_uri": "https://api.kexp.org/v2/shows/65004/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "México",
    "track_id": "d621beac-1380-3588-aac3-4792636b4a07",
    "recording_id": "e4fe3069-5244-4364-8f8e-c37845c90e4a",
    "artist": "Mexican Institute of Sound",
    "artist_ids": [
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Político",
    "release_id": "9dffdd99-1ab4-48a4-9938-6ada88f9307b",
    "release_group_id": "ef7a45c8-d827-4653-b38e-9c88e4481844",
    "labels": [
        "Chusma Records"
    ],
    "label_ids": [
        "0c67b228-0377-4de7-a9b4-8349d1d87749"
    ],
    "release_date": "2012-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As an electronic music project created by Mexico City-based DJ and producer Camilo Lara, the Mexican Institute of Sound is part of a growing Mexican electronica movement, encouraging fusions of folk and more traditional music with modern sounds.\n\nWatch a live performance for KEXP listeners from Mexico City in 2019 that included this song: https://www.youtube.com/watch?v=JwHBxC05o0A&t=726s\n\nhttps://institutomexicanodelsonido.tv/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}