Information about plays

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

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

{
    "id": 1245355,
    "uri": "https://api.kexp.org/v2/plays/1245355/?format=api",
    "airdate": "2007-06-21T01:24:15-07:00",
    "show": 21815,
    "show_uri": "https://api.kexp.org/v2/shows/21815/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rkZxzoTHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rkZxzoTHL._SL75_.jpg",
    "song": "Can't Leave Rap Alone (feat. Celph Titled and Ryu)",
    "track_id": "00987f85-3057-4f84-bc1c-24220480e52e",
    "recording_id": null,
    "artist": "Apathy",
    "artist_ids": [
        "85c9f617-08d4-478d-b00d-317d362e16f2"
    ],
    "album": "Eastern Philosophy",
    "release_id": "39393897-f270-4268-aa09-15fb08e9d267",
    "release_group_id": null,
    "labels": [
        "Babygrande Records"
    ],
    "label_ids": [
        "946cf355-7e4e-418e-9508-dc21b948a057"
    ],
    "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"
}