Information about plays

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

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

{
    "id": 1317823,
    "uri": "https://api.kexp.org/v2/plays/1317823/?format=api",
    "airdate": "2007-12-24T01:28:00-08:00",
    "show": 23045,
    "show_uri": "https://api.kexp.org/v2/shows/23045/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xCKRh5PpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xCKRh5PpL._SL75_.jpg",
    "song": "Ramblin'",
    "track_id": "f3ed5bbc-05b7-4a00-b36b-b2577476568f",
    "recording_id": null,
    "artist": "Ornette Coleman",
    "artist_ids": [
        "169c0d1b-fcb8-4a43-9097-829aa7b39205"
    ],
    "album": "Atlantic Jazz: Classics",
    "release_id": "9d5cf42a-8bc4-46ca-8499-148389288ba4",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}