Information about plays

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

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

{
    "id": 3413418,
    "uri": "https://api.kexp.org/v2/plays/3413418/?format=api",
    "airdate": "2024-10-16T11:53:49-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whip It",
    "track_id": "80906b78-fcd0-38f7-8e0f-a55235e5d3d4",
    "recording_id": "428cba13-082c-46c5-bddb-a2cb1b7819b9",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": "977d7c01-a90c-4815-b01e-4b0fbb139a6c",
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Within a week into their 1980 tour, DJ Kal Rudman programmed \"Whip It\" to be played on several radio stations in the Southeastern U.S., which led urban music programmer Frankie Crocker to push the song at powerhouse WBLS in New York City. \nWithin a week, \"Whip It\" had become so popular that Devo was forced to temporarily stop its tour to book larger venues because the concerts were selling out too quickly!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}