Information about plays

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

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

{
    "id": 450430,
    "uri": "https://api.kexp.org/v2/plays/450430/?format=api",
    "airdate": "2001-07-30T18:36:00-07:00",
    "show": 7618,
    "show_uri": "https://api.kexp.org/v2/shows/7618/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4190MN4BGJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4190MN4BGJL._SL75_.jpg",
    "song": "Soulalahoalih",
    "track_id": "4720e7d5-6e6f-4617-a723-b6928bcc89ec",
    "recording_id": null,
    "artist": "Hassan Hakmoun & Zahar Soudan",
    "artist_ids": [
        "8813e037-da55-4da3-9bdc-2c5955fb501c"
    ],
    "album": "Trance",
    "release_id": "6ff31c93-4f2e-41da-989c-fd208d2fdae0",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}