Information about plays

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

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

{
    "id": 1257823,
    "uri": "https://api.kexp.org/v2/plays/1257823/?format=api",
    "airdate": "2007-07-22T19:26:00-07:00",
    "show": 22028,
    "show_uri": "https://api.kexp.org/v2/shows/22028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M5Z%2B9km-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M5Z%2B9km-L._SL75_.jpg",
    "song": "Good Clothes",
    "track_id": "03877a50-bb97-43c3-9c2d-ddf55a4f98bd",
    "recording_id": null,
    "artist": "Little Brother",
    "artist_ids": [
        "b929c0c9-5de0-4d87-8eb9-365ad1725629"
    ],
    "album": "Getback",
    "release_id": "2d11f1fd-2383-41b5-9c12-83df182ebdbf",
    "release_group_id": null,
    "labels": [
        "ABB Records"
    ],
    "label_ids": [
        "a2b1f4cc-915e-4895-a369-185ea09bbc09"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}