Information about plays

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

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

{
    "id": 513806,
    "uri": "https://api.kexp.org/v2/plays/513806/?format=api",
    "airdate": "2002-02-03T12:00:00-08:00",
    "show": 8859,
    "show_uri": "https://api.kexp.org/v2/shows/8859/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YwkiKQ0WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YwkiKQ0WL._SL75_.jpg",
    "song": "Fallin' Off the Floor",
    "track_id": "d0d101da-1612-4c9a-9491-1b4314d38852",
    "recording_id": null,
    "artist": "Stanton Moore",
    "artist_ids": [
        "8fcb7629-09ef-4def-b1e8-7ef7b57de9cb"
    ],
    "album": "Flyin' the Koop",
    "release_id": "041057f1-d443-4ec2-8a42-8477b5a88ac9",
    "release_group_id": null,
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [
        "c7818fff-a16b-4e27-868b-ca3cc5f9f082"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}