Information about plays

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

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

{
    "id": 347554,
    "uri": "https://api.kexp.org/v2/plays/347554/?format=api",
    "airdate": "2019-06-28T19:08:09-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls & Boys",
    "track_id": "ebed8b0d-9cd1-38e1-85e6-3284fa606912",
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Blur: The Best Of",
    "release_id": "086ee046-31ba-4b68-9a8a-2433971fd94f",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How Nirvana's success prompted Blur to kick off the Britpop explosion: https://bit.ly/2YkJDkC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}