Information about plays

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

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

{
    "id": 433985,
    "uri": "https://api.kexp.org/v2/plays/433985/?format=api",
    "airdate": "2001-06-12T18:13:20-07:00",
    "show": 7304,
    "show_uri": "https://api.kexp.org/v2/shows/7304/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SUPtNxaKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SUPtNxaKL._SL75_.jpg",
    "song": "Black Voices",
    "track_id": "aee2478c-d19a-429b-b35a-6ec193a911cc",
    "recording_id": null,
    "artist": "Tony Allen",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5"
    ],
    "album": "Black Voices",
    "release_id": "e7a90c9c-4a03-48d4-ab57-dfac11effc9c",
    "release_group_id": null,
    "labels": [
        "Comet Records"
    ],
    "label_ids": [
        "a9c8fd13-e777-4baf-8eac-dee78d3d4d31"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}