Information about plays

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

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

{
    "id": 495446,
    "uri": "https://api.kexp.org/v2/plays/495446/?format=api",
    "airdate": "2001-12-10T23:13:00-08:00",
    "show": 8498,
    "show_uri": "https://api.kexp.org/v2/shows/8498/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL._SL75_.jpg",
    "song": "Last Of The Jestering",
    "track_id": "fc5762c4-3d7a-4f37-9942-4b278d635380",
    "recording_id": null,
    "artist": "Impact All Stars",
    "artist_ids": [
        "7bbc78aa-246d-4047-a04a-453f655275f4"
    ],
    "album": "Forward The Bass: Dub from Randy's 1972-1975",
    "release_id": "4af66b18-3f17-4c08-8387-b52e3079e7f2",
    "release_group_id": null,
    "labels": [
        "Impact"
    ],
    "label_ids": [],
    "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"
}