Information about plays

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

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

{
    "id": 1376218,
    "uri": "https://api.kexp.org/v2/plays/1376218/?format=api",
    "airdate": "2008-05-20T01:46:00-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vJOPdEHqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vJOPdEHqL._SL75_.jpg",
    "song": "Don't Fear the Reaper",
    "track_id": "e1099c6a-7b31-42d5-acca-4b2758dce58d",
    "recording_id": null,
    "artist": "The Beautiful South",
    "artist_ids": [
        "eec43ebc-815a-4105-b1cb-205b8f57b4fa"
    ],
    "album": "Golddiggas, Headnodders & Pholk Songs",
    "release_id": "14ce2158-c8e8-46fa-b6d7-cfe607ce0ec8",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}