Information about plays

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

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

{
    "id": 469107,
    "uri": "https://api.kexp.org/v2/plays/469107/?format=api",
    "airdate": "2001-09-23T12:40:00-07:00",
    "show": 7984,
    "show_uri": "https://api.kexp.org/v2/shows/7984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610I3adslhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610I3adslhL._SL75_.jpg",
    "song": "Byzantine",
    "track_id": "cebf6e57-5a19-432e-9264-390c95af760d",
    "recording_id": null,
    "artist": "Zöhar",
    "artist_ids": [
        "2adee0f6-e5b3-4825-b5c6-340f49d1cec3"
    ],
    "album": "Onethreeseven",
    "release_id": "3d6a47f9-1614-49b9-966c-aebdc9252302",
    "release_group_id": null,
    "labels": [
        "Ark 21 Records"
    ],
    "label_ids": [
        "68206548-34e8-435f-8b58-f5991a8dc708"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}