Information about plays

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

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

{
    "id": 516484,
    "uri": "https://api.kexp.org/v2/plays/516484/?format=api",
    "airdate": "2002-02-11T04:14:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H24L%2BgimL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H24L%2BgimL._SL75_.jpg",
    "song": "Lem",
    "track_id": "412f37eb-8a89-41fe-bc62-1c3d0d0cb157",
    "recording_id": null,
    "artist": "Albin Janoska",
    "artist_ids": [
        "e24c303d-8f8d-40a0-9058-998a01f8633b"
    ],
    "album": "Sincerely Yours",
    "release_id": "9ae3ee2b-4dc2-4188-afac-68569a42527d",
    "release_group_id": null,
    "labels": [
        "Klein Records"
    ],
    "label_ids": [
        "4d23facc-18d6-42a7-adf8-bc2ab42f018a"
    ],
    "release_date": "2001-11-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}