Information about plays

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

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

{
    "id": 456417,
    "uri": "https://api.kexp.org/v2/plays/456417/?format=api",
    "airdate": "2001-08-16T19:12:00-07:00",
    "show": 7727,
    "show_uri": "https://api.kexp.org/v2/shows/7727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419TC8M8KSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419TC8M8KSL._SL75_.jpg",
    "song": "Top of the Mountain",
    "track_id": "e84fc621-c80b-4732-8d7d-7d7d25bea14c",
    "recording_id": null,
    "artist": "6 String Drag",
    "artist_ids": [
        "0f952ea2-ec5e-4d36-a739-6d3b1c1f2739"
    ],
    "album": "High Hat",
    "release_id": "86a79d52-2fcf-42ad-9f42-380fecc3eca4",
    "release_group_id": null,
    "labels": [
        "E Squared"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}