Information about plays

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

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

{
    "id": 1381197,
    "uri": "https://api.kexp.org/v2/plays/1381197/?format=api",
    "airdate": "2008-06-02T10:04:00-07:00",
    "show": 24110,
    "show_uri": "https://api.kexp.org/v2/shows/24110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oR7VyO51L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oR7VyO51L._SL75_.jpg",
    "song": "Rock 'n' Roll",
    "track_id": "ce167ff8-3dfb-4a09-9fbd-256c39d1a890",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Rare & Well Done",
    "release_id": "fd81726f-5b90-435a-894e-6c7c05aed094",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "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"
}