Information about plays

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

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

{
    "id": 483053,
    "uri": "https://api.kexp.org/v2/plays/483053/?format=api",
    "airdate": "2001-11-03T00:56:00-08:00",
    "show": 8246,
    "show_uri": "https://api.kexp.org/v2/shows/8246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GI%2B7vtmcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GI%2B7vtmcL._SL75_.jpg",
    "song": "Lilin",
    "track_id": "59de1249-9b89-4a9e-8d52-938d3051f233",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "The Circle Maker (disc 2: Zevulun)",
    "release_id": "231c2c75-097e-4d36-9177-3124f2dbe34d",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1998-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}