Information about plays

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

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

{
    "id": 428205,
    "uri": "https://api.kexp.org/v2/plays/428205/?format=api",
    "airdate": "2001-05-26T01:43:38-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F9G0SSMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F9G0SSMXL._SL75_.jpg",
    "song": "Black Wish",
    "track_id": "191b5ff6-6f4e-4149-b0a0-994266bf14da",
    "recording_id": null,
    "artist": "The Last Poets",
    "artist_ids": [
        "9457a08d-a2d0-4f2d-9876-b8870612d54f"
    ],
    "album": "The Last Poets",
    "release_id": "e182d648-2d99-4d5e-94a7-8200c88c2286",
    "release_group_id": null,
    "labels": [
        "Metro Tone"
    ],
    "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"
}