Information about plays

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

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

{
    "id": 375644,
    "uri": "https://api.kexp.org/v2/plays/375644/?format=api",
    "airdate": "2019-09-02T14:41:31-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/62fb03c3-2e0d-4993-bcd5-209eb29ee6fe/22006205666-250.jpg",
    "thumbnail_uri": "",
    "song": "Every Night You've Got to Save Me",
    "track_id": "616410ee-90c8-4d94-8ad3-709d0f7e8975",
    "recording_id": null,
    "artist": "Mass Gothic",
    "artist_ids": [
        "5a00c152-4cba-4da8-a3f8-9a86d356a09d"
    ],
    "album": "Mass Gothic",
    "release_id": "62fb03c3-2e0d-4993-bcd5-209eb29ee6fe",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a great in studio with Mass Gothic from a few years back! https://www.youtube.com/watch?v=lAKK-k5BoHo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}