Information about plays

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

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

{
    "id": 1256872,
    "uri": "https://api.kexp.org/v2/plays/1256872/?format=api",
    "airdate": "2007-07-20T06:57:05-07:00",
    "show": 22010,
    "show_uri": "https://api.kexp.org/v2/shows/22010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614YcyYWKhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614YcyYWKhL._SL75_.jpg",
    "song": "Man Overboard",
    "track_id": "9b628e29-8e14-4f5c-946e-274a9dec5350",
    "recording_id": null,
    "artist": "Polytechnic",
    "artist_ids": [
        "62c1edb3-1087-4e1c-9f53-9c5801251b75"
    ],
    "album": "Down Til Dawn",
    "release_id": "c534e405-a083-4f51-a857-76ac490373b4",
    "release_group_id": null,
    "labels": [
        "Shatterproof Records"
    ],
    "label_ids": [
        "b3d48b75-dca1-48e6-afdd-26cfb066b0fc"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}