Information about plays

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

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

{
    "id": 493972,
    "uri": "https://api.kexp.org/v2/plays/493972/?format=api",
    "airdate": "2001-12-06T10:47:00-08:00",
    "show": 8469,
    "show_uri": "https://api.kexp.org/v2/shows/8469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mR9FA5rlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mR9FA5rlL._SL75_.jpg",
    "song": "Missione a Bombay",
    "track_id": "e01ee4b8-9abb-4456-a87c-68b13269bc6b",
    "recording_id": null,
    "artist": "Nicola Conte",
    "artist_ids": [
        "e390d54f-92f0-4039-9dd3-e8eac130b4c0"
    ],
    "album": "Jet Sounds",
    "release_id": "370a5e58-557a-4ff4-b9e1-b923591f771b",
    "release_group_id": null,
    "labels": [
        "ESL"
    ],
    "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"
}