Information about plays

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

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

{
    "id": 1287002,
    "uri": "https://api.kexp.org/v2/plays/1287002/?format=api",
    "airdate": "2007-10-04T19:03:17-07:00",
    "show": 22519,
    "show_uri": "https://api.kexp.org/v2/shows/22519/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UlBzsllUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UlBzsllUL._SL75_.jpg",
    "song": "Doorstep Of Trouble",
    "track_id": null,
    "recording_id": null,
    "artist": "The Nashville Bluegrass Band",
    "artist_ids": [
        "82cd001a-150d-45b1-aa21-42ba0065dd42"
    ],
    "album": "Unleashed",
    "release_id": "81b39ba7-ed56-4b01-a523-d26dff7cf70d",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "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"
}