Information about plays

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

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

{
    "id": 1178022,
    "uri": "https://api.kexp.org/v2/plays/1178022/?format=api",
    "airdate": "2006-12-28T19:25:02-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41sotLv7QRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41sotLv7QRL._SL75_.jpg",
    "song": "Nowhere to Be Found",
    "track_id": null,
    "recording_id": null,
    "artist": "Sera Cahoone",
    "artist_ids": [
        "a46c2fea-ec1d-44c1-88f1-dbc6c62a8acc"
    ],
    "album": "Sera Cahoone",
    "release_id": "de3bf5b4-33e1-4515-9939-7a3ee17344da",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}