Information about plays

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

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

{
    "id": 485971,
    "uri": "https://api.kexp.org/v2/plays/485971/?format=api",
    "airdate": "2001-11-12T22:08:00-08:00",
    "show": 8313,
    "show_uri": "https://api.kexp.org/v2/shows/8313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZwqVZyIqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZwqVZyIqL._SL75_.jpg",
    "song": "Avocado Mushroom Devil Trap",
    "track_id": "52b5abb3-c922-44e9-aa32-3b4feeeca650",
    "recording_id": null,
    "artist": "Jason Webley",
    "artist_ids": [
        "ad608e84-8686-41a0-9cfd-d303ba7d9aaa"
    ],
    "album": "Viaje",
    "release_id": "2cc2bf30-a209-4f02-bc9f-faddf02d1ce3",
    "release_group_id": null,
    "labels": [
        "Eleven Records"
    ],
    "label_ids": [
        "1becedce-4b7e-4a30-bfc8-1ffe2827c47d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}