Information about plays

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

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

{
    "id": 1286976,
    "uri": "https://api.kexp.org/v2/plays/1286976/?format=api",
    "airdate": "2007-10-04T17:55:32-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P64C86ksL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P64C86ksL._SL75_.jpg",
    "song": "It Ain't Right",
    "track_id": "0f40d0a2-5cbf-41f3-aa88-13b7456e3c79",
    "recording_id": null,
    "artist": "John Fogerty",
    "artist_ids": [
        "c3649208-0ebe-449b-b1d7-4bd6c560f109"
    ],
    "album": "Revival",
    "release_id": "84560c3f-9846-473f-a310-8c861de21d32",
    "release_group_id": null,
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}