Information about plays

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

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

{
    "id": 532566,
    "uri": "https://api.kexp.org/v2/plays/532566/?format=api",
    "airdate": "2002-03-29T14:43:43-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tsG2qFakL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tsG2qFakL._SL75_.jpg",
    "song": "First Trip to the City",
    "track_id": "bd45aea1-6de6-47cf-aa0c-0986c4733fdc",
    "recording_id": null,
    "artist": "Monster Movie",
    "artist_ids": [
        "2a117324-6049-41b3-ac8b-77755a8876d6"
    ],
    "album": "Last Night Something Happened",
    "release_id": "890bd01a-303c-4fd0-bceb-28ff1f24cc7b",
    "release_group_id": null,
    "labels": [
        "Clairecords"
    ],
    "label_ids": [
        "e9735a79-5230-453b-a7f4-176622689451"
    ],
    "release_date": "2002-02-12",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}