Information about plays

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

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

{
    "id": 3410040,
    "uri": "https://api.kexp.org/v2/plays/3410040/?format=api",
    "airdate": "2024-10-08T13:50:54-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Danza de LA LOM",
    "track_id": "0e92e4cf-0cf4-436d-bd56-d5903fdc0eb7",
    "recording_id": "ee8bea6b-2880-4968-949f-9cbfd614d895",
    "artist": "LA LOM",
    "artist_ids": [
        "bf1bfb17-109c-4b28-bf36-aef587976343"
    ],
    "album": "The Los Angeles League Of Musicians",
    "release_id": "d2d2b7e7-0234-4806-b34a-93ec1fc0bc73",
    "release_group_id": "1aa7bc84-b36c-45c4-8ef9-daa674e9e80f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from LA LOM!\n---\nBased in L.A,  LA LOM stands out for its ability to seamlessly weave together the diverse genres and cultures of the city into its music.  Short for The Los Angeles League of Musicians, LA LOM is composed of LA natives Zac Sokolow (Guitar), Jake Faulkner (Bass), and Nicholas Baker (Drums/Percussion). \n\nRead more about the band here: \nhttps://www.thelalom.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}