Information about plays

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

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

{
    "id": 1268888,
    "uri": "https://api.kexp.org/v2/plays/1268888/?format=api",
    "airdate": "2007-08-19T15:31:54-07:00",
    "show": 22215,
    "show_uri": "https://api.kexp.org/v2/shows/22215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FEuIm1wzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FEuIm1wzL._SL75_.jpg",
    "song": "Jet Boy, Jet Girl",
    "track_id": "8231fcf0-c6b7-4bcb-9446-2d098971b4c8",
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "The Best of the Damned",
    "release_id": "9a8f45c5-cb84-4bd0-a5c0-a7d0cd671ce5",
    "release_group_id": null,
    "labels": [
        "Emergo"
    ],
    "label_ids": [
        "55514f82-e443-47d7-ab84-8f4fe20130cf"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}