Information about plays

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

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

{
    "id": 1292345,
    "uri": "https://api.kexp.org/v2/plays/1292345/?format=api",
    "airdate": "2007-10-18T11:45:00-07:00",
    "show": 22611,
    "show_uri": "https://api.kexp.org/v2/shows/22611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61yIp55eTVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61yIp55eTVL._SL75_.jpg",
    "song": "Take Your Medicine",
    "track_id": null,
    "recording_id": null,
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "The Meaning of 8",
    "release_id": "e8e2a5eb-dd78-428f-bce9-78ce600dc171",
    "release_group_id": null,
    "labels": [
        "Rebel Rec."
    ],
    "label_ids": [
        "79b6b1f1-702b-413c-9f76-03c3c837a40c"
    ],
    "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"
}