Information about plays

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

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

{
    "id": 3412582,
    "uri": "https://api.kexp.org/v2/plays/3412582/?format=api",
    "airdate": "2024-10-14T15:55:46-07:00",
    "show": 61576,
    "show_uri": "https://api.kexp.org/v2/shows/61576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interludio",
    "track_id": null,
    "recording_id": "4ff2435a-0369-4810-b8a4-a76e10e63942",
    "artist": "Ghetto Kumbé",
    "artist_ids": [
        "c336a046-4d90-4ca0-ac37-876a800cf2ba"
    ],
    "album": null,
    "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": "Ghetto Kumbe is a Caribbean Afro House group from Colombia that mixes Colombian and African drums with electronic beats and samples creating an Afro-futurist soundscape reflective of African and Colombian culture and history. \n\nThe Wayuu are an Indigenous ethnic group of the Guajira Peninsula in northernmost Colombia and northwest Venezuela. \n\nhttps://ghettokumbe.bandcamp.com/album/ghetto-kumbe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}