Information about plays

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

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

{
    "id": 498180,
    "uri": "https://api.kexp.org/v2/plays/498180/?format=api",
    "airdate": "2001-12-18T21:03:00-08:00",
    "show": 8550,
    "show_uri": "https://api.kexp.org/v2/shows/8550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511UnDHBDpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511UnDHBDpL._SL75_.jpg",
    "song": "Cowboys and Angels",
    "track_id": "a129e0ea-64e3-492a-a977-d6fe339e904f",
    "recording_id": null,
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Ladies & Gentlemen: The Best of George Michael (disc 1: For the Heart)",
    "release_id": "7f2b09e8-dc93-426a-9df2-8186830ba9ed",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1998-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}