Information about plays

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

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

{
    "id": 1272915,
    "uri": "https://api.kexp.org/v2/plays/1272915/?format=api",
    "airdate": "2007-08-29T20:40:45-07:00",
    "show": 22282,
    "show_uri": "https://api.kexp.org/v2/shows/22282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zkhndTZEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zkhndTZEL._SL75_.jpg",
    "song": "Clickity Clack",
    "track_id": "cb3cac86-c45f-4c69-9a1d-2eeb0e3dcb6d",
    "recording_id": null,
    "artist": "Alela Diane",
    "artist_ids": [
        "8682866a-4f7a-43f5-83b2-06eabd0f2d4c"
    ],
    "album": "The Pirate's Gospel",
    "release_id": "806c38f7-5e9f-4ee5-a8e9-6cdebb72b64d",
    "release_group_id": null,
    "labels": [
        "Holocene Music"
    ],
    "label_ids": [
        "b3c48f83-23b9-4302-9b06-a8c49f258cd7"
    ],
    "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"
}