Information about plays

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

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

{
    "id": 1338667,
    "uri": "https://api.kexp.org/v2/plays/1338667/?format=api",
    "airdate": "2008-02-14T13:47:00-08:00",
    "show": 23390,
    "show_uri": "https://api.kexp.org/v2/shows/23390/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BphJs%2BajL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BphJs%2BajL._SL75_.jpg",
    "song": "Never Say Never",
    "track_id": null,
    "recording_id": null,
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Benefactor",
    "release_id": "8a2ab6a8-f2c6-4a7b-b176-ce1a03744b5b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}