Information about plays

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

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

{
    "id": 423386,
    "uri": "https://api.kexp.org/v2/plays/423386/?format=api",
    "airdate": "2001-05-11T08:11:15-07:00",
    "show": 7095,
    "show_uri": "https://api.kexp.org/v2/shows/7095/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EJRDGN3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EJRDGN3FL._SL75_.jpg",
    "song": "Disco Science",
    "track_id": "b8a6bd5c-c232-4816-bcd7-f2e126e0d0ee",
    "recording_id": null,
    "artist": "Mirwais",
    "artist_ids": [
        "688178e7-2308-4e8c-8e6d-66a025f895fb"
    ],
    "album": "Production",
    "release_id": "28bad4a9-b933-47c9-bb71-cd573db7dbe5",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}