Information about plays

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

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

{
    "id": 500640,
    "uri": "https://api.kexp.org/v2/plays/500640/?format=api",
    "airdate": "2001-12-26T15:15:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AH2MV6RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AH2MV6RVL._SL75_.jpg",
    "song": "Mind the Gap",
    "track_id": null,
    "recording_id": null,
    "artist": "The Soundtrack of Our Lives",
    "artist_ids": [
        "6fd077ad-3430-4940-a584-9dabf66698c1"
    ],
    "album": "Behind the Music",
    "release_id": "65610085-a74c-492d-96f7-43812fcd925e",
    "release_group_id": null,
    "labels": [
        "A Hidden Agenda"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}