Information about plays

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

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

{
    "id": 1364216,
    "uri": "https://api.kexp.org/v2/plays/1364216/?format=api",
    "airdate": "2008-04-19T19:55:25-07:00",
    "show": 23819,
    "show_uri": "https://api.kexp.org/v2/shows/23819/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HG4MEQY0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HG4MEQY0L._SL75_.jpg",
    "song": "One Thing",
    "track_id": "2653ecdb-2128-40d4-a279-70f8a0d18662",
    "recording_id": null,
    "artist": "Built To Spill and Caustic Resin",
    "artist_ids": [],
    "album": "Built to Spill Caustic Resin",
    "release_id": "643d918b-074b-4f0e-8d93-3d84fdd0e096",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}