Information about plays

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

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

{
    "id": 466632,
    "uri": "https://api.kexp.org/v2/plays/466632/?format=api",
    "airdate": "2001-09-16T02:00:00-07:00",
    "show": 7937,
    "show_uri": "https://api.kexp.org/v2/shows/7937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519WmpHL%2BhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519WmpHL%2BhL._SL75_.jpg",
    "song": "Assarouf",
    "track_id": "2e152e1c-90da-465d-ba9d-9fb5e217ef2c",
    "recording_id": null,
    "artist": "Baly Othmani & Steve Shehan",
    "artist_ids": [
        "d2c082ba-6709-4650-95c9-ce0db7874eba"
    ],
    "album": "Assarouf",
    "release_id": "ce41cc93-d21f-4f0d-93ac-799315d29d2a",
    "release_group_id": null,
    "labels": [
        "Triloka"
    ],
    "label_ids": [
        "b872cbf7-d101-45d9-982b-1405cc5cbb2f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}