Information about plays

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

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

{
    "id": 1357397,
    "uri": "https://api.kexp.org/v2/plays/1357397/?format=api",
    "airdate": "2008-04-02T18:45:00-07:00",
    "show": 23707,
    "show_uri": "https://api.kexp.org/v2/shows/23707/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618ezk-0zsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618ezk-0zsL._SL75_.jpg",
    "song": "Crying Eyes",
    "track_id": "5d6463d2-01e0-44e6-8a46-984ac4f6a893",
    "recording_id": null,
    "artist": "J.J. Cale",
    "artist_ids": [
        "4b0be624-6b87-47e8-bbf0-588a2c6c0439"
    ],
    "album": "Naturally",
    "release_id": "1b335bbf-03cd-4d9c-84d5-9b4972385989",
    "release_group_id": null,
    "labels": [
        "Murcury"
    ],
    "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"
}