Information about plays

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

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

{
    "id": 512970,
    "uri": "https://api.kexp.org/v2/plays/512970/?format=api",
    "airdate": "2002-01-31T21:05:00-08:00",
    "show": 8840,
    "show_uri": "https://api.kexp.org/v2/shows/8840/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31J09Z931YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31J09Z931YL._SL75_.jpg",
    "song": "Expand, Contract",
    "track_id": "d36c8811-16c3-4e16-aeb5-e52d54bc62d2",
    "recording_id": null,
    "artist": "Lullaby for the Working Class",
    "artist_ids": [
        "c4b23420-7bf4-4212-880d-3ce52631c5d9"
    ],
    "album": "Song",
    "release_id": "6a3e906d-5aad-4410-b4d9-dfa547eabed7",
    "release_group_id": null,
    "labels": [
        "bar none"
    ],
    "label_ids": [],
    "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"
}