Information about plays

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

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

{
    "id": 1396099,
    "uri": "https://api.kexp.org/v2/plays/1396099/?format=api",
    "airdate": "2008-07-10T22:48:42-07:00",
    "show": 24361,
    "show_uri": "https://api.kexp.org/v2/shows/24361/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T5SuT2jvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T5SuT2jvL._SL75_.jpg",
    "song": "Your Name My Game",
    "track_id": "68d76357-2e50-43e1-a2d6-af6f54ebf943",
    "recording_id": null,
    "artist": "Herman Düne",
    "artist_ids": [
        "d5a7104a-aad6-4827-8ef5-680041ae80a8"
    ],
    "album": "1-2-3 Apple Tree",
    "release_id": "99f81288-9d51-42b5-84fb-3c6f6a5b1726",
    "release_group_id": null,
    "labels": [
        "Everloving Records"
    ],
    "label_ids": [
        "4f85548a-b036-443e-8ade-4741311026e1"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}