Information about plays

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

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

{
    "id": 440564,
    "uri": "https://api.kexp.org/v2/plays/440564/?format=api",
    "airdate": "2001-07-01T20:32:43-07:00",
    "show": 7432,
    "show_uri": "https://api.kexp.org/v2/shows/7432/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YZSBP5AQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YZSBP5AQL._SL75_.jpg",
    "song": "The Creator Has a Master Plan",
    "track_id": "2679982b-27f3-4e5f-8505-788e93d7a207",
    "recording_id": null,
    "artist": "Brooklyn Funk Essentials",
    "artist_ids": [
        "280d9262-c2fd-4875-a971-13a28a22f18b"
    ],
    "album": "Cool and Steady and Easy",
    "release_id": "a0a97358-f9ec-4a89-9425-5700e8339e2a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}