Information about plays

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

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

{
    "id": 453548,
    "uri": "https://api.kexp.org/v2/plays/453548/?format=api",
    "airdate": "2001-08-08T16:28:00-07:00",
    "show": 7674,
    "show_uri": "https://api.kexp.org/v2/shows/7674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xhMgz8fHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xhMgz8fHL._SL75_.jpg",
    "song": "Sakanto",
    "track_id": "2c88e18b-7e3f-4bae-b068-a31cdc07de7d",
    "recording_id": null,
    "artist": "Rokia Traoré",
    "artist_ids": [
        "900fb180-4427-4e56-a99f-84adb74bd3bd"
    ],
    "album": "Mouneïssa",
    "release_id": "0e098f27-80c8-472c-8d05-ebbd98927d23",
    "release_group_id": null,
    "labels": [
        "Label Bleu/Indigo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}