Information about plays

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

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

{
    "id": 347089,
    "uri": "https://api.kexp.org/v2/plays/347089/?format=api",
    "airdate": "2019-06-27T17:37:33-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "3f4cbbef-f6fa-4a38-9cfb-1af24b91bc2d",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "e8b6d4e5-23f5-4e95-98f3-3e7e84ff11c7",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Go' was the second single from The Chemical Brother's eighth album \"Born in the Echoes. The track features guest vocals from Q-Tip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}