Information about plays

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

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

{
    "id": 414365,
    "uri": "https://api.kexp.org/v2/plays/414365/?format=api",
    "airdate": "2001-01-02T00:57:50-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X8M4EV0TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X8M4EV0TL._SL75_.jpg",
    "song": "Drive It",
    "track_id": "c865eeba-8b3c-42d9-9df8-6bb745c19636",
    "recording_id": null,
    "artist": "Idaho",
    "artist_ids": [
        "8b7480fd-4a90-4ada-b8d2-8061307f49c0"
    ],
    "album": "This Way Out",
    "release_id": "5a07dfa5-85f2-46c1-97c7-37bce8eb7368",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1994-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}