Information about plays

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

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

{
    "id": 373901,
    "uri": "https://api.kexp.org/v2/plays/373901/?format=api",
    "airdate": "2019-08-29T08:12:08-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb7ae4d4-9e86-32a6-8afb-c9b98de6f1f9/3882539681-250.jpg",
    "thumbnail_uri": "",
    "song": "Cut Your Hair",
    "track_id": "77b8a3dd-4c08-3471-bc2d-84408b36c1d3",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain",
    "release_id": "cb7ae4d4-9e86-32a6-8afb-c9b98de6f1f9",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tammy Victor's \"Tammy's Mix\" here on Mixtape Week | \"I met my now husband on Match.com back in December 2003, one of the first things we connected on was music and KEXP... \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}