Information about plays

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

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

{
    "id": 428738,
    "uri": "https://api.kexp.org/v2/plays/428738/?format=api",
    "airdate": "2001-05-27T20:35:17-07:00",
    "show": 7204,
    "show_uri": "https://api.kexp.org/v2/shows/7204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21806G9F5AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21806G9F5AL._SL75_.jpg",
    "song": "Inter Link",
    "track_id": "944a95d2-b05d-4145-834e-5e6b1eec996e",
    "recording_id": null,
    "artist": "Tetsu Inoue",
    "artist_ids": [
        "a6af6859-abf0-420b-be61-72812aa9d94e"
    ],
    "album": "World Receiver",
    "release_id": "9b63aaaa-d19d-4842-91f8-157b68cf5693",
    "release_group_id": null,
    "labels": [
        "Instinct Ambient"
    ],
    "label_ids": [
        "6d5c78c8-ea44-485e-8468-806a5a8afc5b"
    ],
    "release_date": "1996-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}