Information about plays

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

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

{
    "id": 3429000,
    "uri": "https://api.kexp.org/v2/plays/3429000/?format=api",
    "airdate": "2024-11-23T07:45:14-08:00",
    "show": 61925,
    "show_uri": "https://api.kexp.org/v2/shows/61925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "De La Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "Marcus J. Moore is an author and music critic based in New York City. He is the author of a book on Kendrick Lamar titled The Butterfly Effect, and recently released High and Rising: A Book About De La Soul. KEXP’s Martin Douglas spoke with Moore about De La Soul, and how the Long Island group spearheaded the alternative hip-hop movement.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}