Information about plays

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

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

{
    "id": 493756,
    "uri": "https://api.kexp.org/v2/plays/493756/?format=api",
    "airdate": "2001-12-05T20:00:00-08:00",
    "show": 8465,
    "show_uri": "https://api.kexp.org/v2/shows/8465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WJJ4hkR0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WJJ4hkR0L._SL75_.jpg",
    "song": "The Clock",
    "track_id": "95ddc17f-df23-4c74-8da5-17e633f6dcb3",
    "recording_id": null,
    "artist": "Baby Washington",
    "artist_ids": [
        "2e43b2e6-9e17-42cb-b524-bc8275e27910"
    ],
    "album": "The Sue Singles",
    "release_id": "b453a31f-7c93-4613-adde-5c0fcfc6c563",
    "release_group_id": null,
    "labels": [],
    "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"
}