Information about plays

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

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

{
    "id": 1388033,
    "uri": "https://api.kexp.org/v2/plays/1388033/?format=api",
    "airdate": "2008-06-20T19:55:00-07:00",
    "show": 24228,
    "show_uri": "https://api.kexp.org/v2/shows/24228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CTWZVFfNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CTWZVFfNL._SL75_.jpg",
    "song": "18 Wheels & A Crowbar",
    "track_id": "c6e9f300-e73e-4136-b0be-4321b81b6da6",
    "recording_id": null,
    "artist": "BR5-49",
    "artist_ids": [
        "11733335-c06f-4630-9fdd-53b4113bdb5c"
    ],
    "album": "Live From Robert's",
    "release_id": "c6aa10d3-2905-49ab-9a11-df9f021817df",
    "release_group_id": null,
    "labels": [
        "Arista Nashville"
    ],
    "label_ids": [
        "6e82c5cc-2c14-4add-9d1a-34ae826a452d"
    ],
    "release_date": "1996-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}