Information about plays

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

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

{
    "id": 382410,
    "uri": "https://api.kexp.org/v2/plays/382410/?format=api",
    "airdate": "2019-09-18T08:23:21-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/958e1d96-b6df-4abb-b222-09b8d54f0e8d/23891217408-250.jpg",
    "thumbnail_uri": "",
    "song": "If You Just Didn't Do It",
    "track_id": "53808076-5f20-4817-bbae-30739de00090",
    "recording_id": null,
    "artist": "that dog.",
    "artist_ids": [
        "e3660b01-dd9f-48f3-90f4-5158f2b8917f"
    ],
    "album": "Old LP",
    "release_id": "958e1d96-b6df-4abb-b222-09b8d54f0e8d",
    "release_group_id": null,
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That Dog is a Los Angeles-based rock band that formed in 1991 and dissolved in 1997, reuniting in 2011. In \"If You Just Didn't Do It\" Anna Waronker is singing to an old friend who can’t get their life together, someone she’s most likely been pulling along with advice and assistance for years. “Let’s go back to the coffee shop/Back to where you wish you’d run away...” - https://bit.ly/2zpgQ3u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}