Information about plays

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

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

{
    "id": 490210,
    "uri": "https://api.kexp.org/v2/plays/490210/?format=api",
    "airdate": "2001-11-25T13:00:00-08:00",
    "show": 8396,
    "show_uri": "https://api.kexp.org/v2/shows/8396/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610s3DewOWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610s3DewOWL._SL75_.jpg",
    "song": "Le Dub",
    "track_id": "3e514596-6ec0-449f-af02-17c09b14c8c7",
    "recording_id": null,
    "artist": "I:Cube",
    "artist_ids": [
        "979d10bc-d1b9-41b1-8a87-7a7c68cbd885"
    ],
    "album": "Dub Selector",
    "release_id": "fb916994-af29-44f7-a6e0-6682f5d766b0",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}