Information about plays

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

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

{
    "id": 373872,
    "uri": "https://api.kexp.org/v2/plays/373872/?format=api",
    "airdate": "2019-08-29T06:23:45-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4b3ee9e-bd51-41e5-b73a-04a35bf61c19/3475337091-250.jpg",
    "thumbnail_uri": "",
    "song": "People Get Real",
    "track_id": "ee893aab-8b17-31af-927b-5c1b19b7958d",
    "recording_id": null,
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Foxbase Alpha",
    "release_id": "a4b3ee9e-bd51-41e5-b73a-04a35bf61c19",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-01-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week! This track is found on the London band's debut album <i>Foxbase Alpha</i>, released in the US in 1992",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}