Information about plays

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

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

{
    "id": 1354804,
    "uri": "https://api.kexp.org/v2/plays/1354804/?format=api",
    "airdate": "2008-03-27T04:33:10-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61yWqfx5xjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61yWqfx5xjL._SL75_.jpg",
    "song": "West One (Shine on Me)",
    "track_id": "fba72ede-b35f-484a-ac56-916b9429c233",
    "recording_id": null,
    "artist": "The Ruts",
    "artist_ids": [
        "a2f938aa-1aa3-474b-a070-762067274eab"
    ],
    "album": "Grin and Bear It",
    "release_id": "350f2dbf-a451-42f8-a262-ea4cbde0dc27",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "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"
}