Information about plays

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

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

{
    "id": 376541,
    "uri": "https://api.kexp.org/v2/plays/376541/?format=api",
    "airdate": "2019-09-04T13:39:01-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?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": "Formed in 1991, Los Angeles band that dog. is releasing their first new album in 22 years. “'If You Just Didn’t Do It' is a poppy anthem about grappling with someone’s mistakes, wanting to forgive that person but also feeling the need to hold them accountable. It boasts the interlocking melodies and sweet, catchy hooks that the band is known for.\" Read more from Stereogum here: https://bit.ly/2kvbrUL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}