Information about plays

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

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

{
    "id": 1338578,
    "uri": "https://api.kexp.org/v2/plays/1338578/?format=api",
    "airdate": "2008-02-14T07:34:47-08:00",
    "show": 23389,
    "show_uri": "https://api.kexp.org/v2/shows/23389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cNE7fY%2BdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cNE7fY%2BdL._SL75_.jpg",
    "song": "Seattle",
    "track_id": "11e41f5a-a819-4c93-aec2-fd3040e0c9c2",
    "recording_id": null,
    "artist": "The Hot Toddies",
    "artist_ids": [
        "2402e21f-f02b-4c0f-aed3-173e8d265780"
    ],
    "album": "The Hot Toddies",
    "release_id": "72b99f4e-c567-4d6b-b164-daaab11acb52",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}