Information about plays

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

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

{
    "id": 450123,
    "uri": "https://api.kexp.org/v2/plays/450123/?format=api",
    "airdate": "2001-07-29T21:10:00-07:00",
    "show": 7612,
    "show_uri": "https://api.kexp.org/v2/shows/7612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HJHSE02AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HJHSE02AL._SL75_.jpg",
    "song": "Top Secret Man",
    "track_id": "dabe19f0-425a-4c51-ae9f-e8908f8064c9",
    "recording_id": null,
    "artist": "Plastics",
    "artist_ids": [
        "9f1100e8-cf5f-4c3b-be80-3e86963986aa"
    ],
    "album": "Welcome Plastics",
    "release_id": "a9519dd3-e1cb-42b4-89c2-58395268a7e0",
    "release_group_id": null,
    "labels": [
        "VICOTR ENTERTAINMENT"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}