Information about plays

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

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

{
    "id": 427008,
    "uri": "https://api.kexp.org/v2/plays/427008/?format=api",
    "airdate": "2001-05-22T20:15:00-07:00",
    "show": 7171,
    "show_uri": "https://api.kexp.org/v2/shows/7171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512UmwIHZcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512UmwIHZcL._SL75_.jpg",
    "song": "Porque No Me Dices",
    "track_id": "02ac6982-2835-4efc-a52f-6083f8435aea",
    "recording_id": null,
    "artist": "Linda Leida",
    "artist_ids": [
        "08a62323-a6f8-4032-9625-a9dd95a84cc0"
    ],
    "album": "Latin Spectrum",
    "release_id": "84b8709e-203c-4a08-97ec-87865861113a",
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "1999-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}