Information about plays

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

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

{
    "id": 1275368,
    "uri": "https://api.kexp.org/v2/plays/1275368/?format=api",
    "airdate": "2007-09-04T23:57:25-07:00",
    "show": 22323,
    "show_uri": "https://api.kexp.org/v2/shows/22323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xavkXOsdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xavkXOsdL._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "M. Ward",
    "artist_ids": [
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "Duet for Guitars #2",
    "release_id": "f255befc-a411-4ff7-97d6-06f4d4c72106",
    "release_group_id": null,
    "labels": [
        "OW OM Finished Recorded Products"
    ],
    "label_ids": [
        "a3c4e799-7e2d-40c8-9858-b622950ce694"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}