Information about plays

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

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

{
    "id": 1196402,
    "uri": "https://api.kexp.org/v2/plays/1196402/?format=api",
    "airdate": "2007-02-13T13:38:53-08:00",
    "show": 20972,
    "show_uri": "https://api.kexp.org/v2/shows/20972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MK0B9J3PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MK0B9J3PL._SL75_.jpg",
    "song": "There's More Than One Way to Dance",
    "track_id": "5a7d588e-dcc0-4cf9-9b60-80869dca5c46",
    "recording_id": null,
    "artist": "Tom Brosseau",
    "artist_ids": [
        "f36f2a6d-91fa-40cd-a282-9156c895ffed"
    ],
    "album": "Grand Forks",
    "release_id": "d24f4b1d-16d6-4b74-84d0-0813c7e7d9b1",
    "release_group_id": null,
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "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"
}