Information about plays

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

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

{
    "id": 1354808,
    "uri": "https://api.kexp.org/v2/plays/1354808/?format=api",
    "airdate": "2008-03-27T04:49:02-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OqYAf3ggL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OqYAf3ggL._SL75_.jpg",
    "song": "Break",
    "track_id": "ff61b6d7-f40b-47e7-9474-a828db999da6",
    "recording_id": null,
    "artist": "Son Lux",
    "artist_ids": [
        "afcd292c-3c1e-4708-af4a-991aadf957e4"
    ],
    "album": "At War With Walls and Mazes",
    "release_id": "c68e5fa2-37a2-47a9-a1b4-8dfe89a44241",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}