Information about plays

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

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

{
    "id": 479479,
    "uri": "https://api.kexp.org/v2/plays/479479/?format=api",
    "airdate": "2001-10-23T17:10:00-07:00",
    "show": 8181,
    "show_uri": "https://api.kexp.org/v2/shows/8181/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411T2l8qiaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411T2l8qiaL._SL75_.jpg",
    "song": "Mal Needs to Talk About the Things He Wants to Say",
    "track_id": "339acf89-3f4f-41e0-9288-ad32c4f6a6ce",
    "recording_id": null,
    "artist": "Masters of the Hemisphere",
    "artist_ids": [
        "14b4fdc5-fe91-4eaf-8010-3033d4a20d95"
    ],
    "album": "I Am Not a Freemdoom",
    "release_id": "5685f61c-f017-4462-9d0c-c364035ff5c2",
    "release_group_id": null,
    "labels": [
        "Kindercore"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}