Information about plays

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

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

{
    "id": 1303283,
    "uri": "https://api.kexp.org/v2/plays/1303283/?format=api",
    "airdate": "2007-11-16T20:21:06-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?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": "Hillbilly Thang",
    "track_id": "c9ddf6c0-7c7c-402d-a453-1244c0570618",
    "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": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}