Information about plays

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

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

{
    "id": 533960,
    "uri": "https://api.kexp.org/v2/plays/533960/?format=api",
    "airdate": "2002-04-02T19:22:43-08:00",
    "show": 9250,
    "show_uri": "https://api.kexp.org/v2/shows/9250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51w6rH7c5uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51w6rH7c5uL._SL75_.jpg",
    "song": "Garab",
    "track_id": "99e4a998-571d-4073-902d-7455b5cd88bc",
    "recording_id": null,
    "artist": "Rachid Taha",
    "artist_ids": [
        "04dd1f61-c21b-4d6a-b110-55b3c1309fa0"
    ],
    "album": "Rachid Taha Live",
    "release_id": "011648ec-9452-4251-ae3e-d10093cfd211",
    "release_group_id": null,
    "labels": [
        "Mondo Melodia"
    ],
    "label_ids": [
        "ffdcb01e-43ef-45bc-9b3c-56c3edf069b1"
    ],
    "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"
}