Information about plays

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

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

{
    "id": 376431,
    "uri": "https://api.kexp.org/v2/plays/376431/?format=api",
    "airdate": "2019-09-04T07:17:03-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4b3ee9e-bd51-41e5-b73a-04a35bf61c19/3475337091-250.jpg",
    "thumbnail_uri": "",
    "song": "Only Love Can Break Your Heart",
    "track_id": "ec44f070-fdb5-3ccb-bf84-b8937f5bf1d3",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Saint Etienne's first single and is a cover of a Neil Young track. - https://www.youtube.com/watch?v=vZAajrxvDs4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}