Information about plays

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

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

{
    "id": 1283805,
    "uri": "https://api.kexp.org/v2/plays/1283805/?format=api",
    "airdate": "2007-09-26T14:13:16-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mrhG978UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mrhG978UL._SL75_.jpg",
    "song": "Shim Sham",
    "track_id": null,
    "recording_id": null,
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "The Hair, the TV, the Baby and the Band",
    "release_id": "d0a490be-7c91-460f-aa5a-30e5d461e9c6",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}