Information about plays

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

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

{
    "id": 415045,
    "uri": "https://api.kexp.org/v2/plays/415045/?format=api",
    "airdate": "2001-04-13T15:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MG0KDHQDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MG0KDHQDL._SL75_.jpg",
    "song": "Greathop Dub",
    "track_id": "527b7133-0551-4fbe-8265-cc85f1029edf",
    "recording_id": null,
    "artist": "Mad Professor",
    "artist_ids": [
        "ea3b97e8-8a76-4ea7-8e6f-3ebf40acaeb8"
    ],
    "album": "Dubtronic",
    "release_id": "b2f22411-7f33-4d76-89f5-55f1aff71239",
    "release_group_id": null,
    "labels": [
        "Ariwa Sounds"
    ],
    "label_ids": [
        "a540cfc0-1214-44ab-a6b6-de4a5c8aa4c6"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}