Information about plays

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

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

{
    "id": 532004,
    "uri": "https://api.kexp.org/v2/plays/532004/?format=api",
    "airdate": "2002-03-28T02:13:03-08:00",
    "show": 9210,
    "show_uri": "https://api.kexp.org/v2/shows/9210/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL._SL75_.jpg",
    "song": "I Sleep Forever",
    "track_id": "6e968091-af61-4974-91d7-baf40be51166",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "Self-Titled Long-Playing Debut Album",
    "release_id": "98c73bb4-b46f-4a11-aa29-96566a5817af",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "2002-04-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}