Information about plays

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

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

{
    "id": 1340909,
    "uri": "https://api.kexp.org/v2/plays/1340909/?format=api",
    "airdate": "2008-02-20T00:46:32-08:00",
    "show": 23427,
    "show_uri": "https://api.kexp.org/v2/shows/23427/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PZDsYhYfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PZDsYhYfL._SL75_.jpg",
    "song": "RIP Allegory",
    "track_id": "b9eafbe8-a102-4356-a6da-0f3e09b1999e",
    "recording_id": null,
    "artist": "Times New Viking",
    "artist_ids": [
        "b1c76fbc-2ce7-4437-bc7b-2f03b9a73157"
    ],
    "album": "Rip It Off",
    "release_id": "8868d9cc-a229-4e3f-be48-8cd24a4ca119",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}