Information about plays

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

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

{
    "id": 495171,
    "uri": "https://api.kexp.org/v2/plays/495171/?format=api",
    "airdate": "2001-12-10T03:12:00-08:00",
    "show": 8493,
    "show_uri": "https://api.kexp.org/v2/shows/8493/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31XCT3S9RGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31XCT3S9RGL._SL75_.jpg",
    "song": "Kuben",
    "track_id": "ee451142-6d68-4949-95ec-1f2bc158845d",
    "recording_id": null,
    "artist": "Hoven Droven",
    "artist_ids": [
        "bcc3fd16-db57-4387-b9d9-01311ff36f69"
    ],
    "album": "Hippa",
    "release_id": "343b6ced-f24b-4c4d-95d4-15533e5d7911",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "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"
}