Information about plays

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

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

{
    "id": 1312527,
    "uri": "https://api.kexp.org/v2/plays/1312527/?format=api",
    "airdate": "2007-12-10T14:00:53-08:00",
    "show": 22958,
    "show_uri": "https://api.kexp.org/v2/shows/22958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QJTplAEpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QJTplAEpL._SL75_.jpg",
    "song": "23 Years Too Late",
    "track_id": "c4ae1cf0-7cf7-473b-86cb-6484b12aed05",
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Read & Burn 03",
    "release_id": "664fc838-69c6-4321-8e7b-2da823060ee5",
    "release_group_id": null,
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2007-11-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}