Information about plays

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

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

{
    "id": 432484,
    "uri": "https://api.kexp.org/v2/plays/432484/?format=api",
    "airdate": "2001-06-08T02:40:00-07:00",
    "show": 7275,
    "show_uri": "https://api.kexp.org/v2/shows/7275/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11GQEPC4JFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11GQEPC4JFL._SL75_.jpg",
    "song": "glisten/six am",
    "track_id": null,
    "recording_id": null,
    "artist": "The Album Leaf",
    "artist_ids": [
        "ffb18e19-64a4-4a65-b4ce-979e00c3c69d"
    ],
    "album": "In an Off White Room",
    "release_id": "37c8f5eb-af75-45a6-badf-8f9e1029f179",
    "release_group_id": null,
    "labels": [
        "Troubleman Unlimited"
    ],
    "label_ids": [
        "a29656eb-0bc8-4059-b75f-c406c55e0907"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}