Information about plays

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

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

{
    "id": 1273013,
    "uri": "https://api.kexp.org/v2/plays/1273013/?format=api",
    "airdate": "2007-08-30T01:36:40-07:00",
    "show": 22284,
    "show_uri": "https://api.kexp.org/v2/shows/22284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SSTr3-PZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SSTr3-PZL._SL75_.jpg",
    "song": "Can't Roll Back",
    "track_id": "31c69be6-e88f-4055-ab2d-635d3c19454a",
    "recording_id": null,
    "artist": "Strategy",
    "artist_ids": [
        "176d2217-11a2-40ed-bd72-6d16769fe044"
    ],
    "album": "Future Rock",
    "release_id": "bf23d715-206f-48bc-be55-54ab215ac7ee",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2007-05-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}