Information about plays

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

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

{
    "id": 347869,
    "uri": "https://api.kexp.org/v2/plays/347869/?format=api",
    "airdate": "2019-06-29T15:01:53-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "E.V.P.",
    "track_id": "5c1bb8e0-62ff-4cac-b941-d0bacfa3b0f1",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Freetown Sound",
    "release_id": "06217f40-785f-4765-a382-15259baa8251",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2016-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Devonté Hynes, better known as Blood Orange and formerly Lightspeed Champion, is an English singer, songwriter, and record producer. He is also about to go on tour supporting Tyler, the Creator! https://en.wikipedia.org/wiki/Dev_Hynes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}