Information about plays

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

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

{
    "id": 1345353,
    "uri": "https://api.kexp.org/v2/plays/1345353/?format=api",
    "airdate": "2008-03-03T17:51:00-08:00",
    "show": 23512,
    "show_uri": "https://api.kexp.org/v2/shows/23512/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fYc0Eks9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fYc0Eks9L._SL75_.jpg",
    "song": "That's How People Grow Up",
    "track_id": "8eb4812f-d06d-47e8-911e-5194282aa45e",
    "recording_id": null,
    "artist": "Morrissey",
    "artist_ids": [
        "013fa897-86db-41d3-8e9f-386c8a34f4e6"
    ],
    "album": "Greatest Hits",
    "release_id": "5bdcb0be-d137-435b-87c3-bd811d6635e9",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}