Information about plays

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

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

{
    "id": 1367574,
    "uri": "https://api.kexp.org/v2/plays/1367574/?format=api",
    "airdate": "2008-04-28T09:38:54-07:00",
    "show": 23878,
    "show_uri": "https://api.kexp.org/v2/shows/23878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41v%2BE4HqkRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41v%2BE4HqkRL._SL75_.jpg",
    "song": "Baby²",
    "track_id": "5284bd97-a7a0-4f08-95d3-cc392cd2c178",
    "recording_id": null,
    "artist": "The Drones",
    "artist_ids": [
        "ea005ab4-6290-42d7-8980-c038a919d628"
    ],
    "album": "Wait Long by the River and the Bodies of Your Enemies Will Float By",
    "release_id": "80b94a39-8cd7-4252-bac3-c618d18dc862",
    "release_group_id": null,
    "labels": [
        "ATP Recordings"
    ],
    "label_ids": [
        "4083edb9-d2f5-4bfd-8c36-061b2aaaf82f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}