Information about plays

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

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

{
    "id": 1339791,
    "uri": "https://api.kexp.org/v2/plays/1339791/?format=api",
    "airdate": "2008-02-17T05:39:59-08:00",
    "show": 23408,
    "show_uri": "https://api.kexp.org/v2/shows/23408/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL._SL75_.jpg",
    "song": "I Miss You Baby",
    "track_id": "a3738b21-7e21-4730-a49d-f5070bb8d62a",
    "recording_id": null,
    "artist": "T-Bone Walker",
    "artist_ids": [
        "f1a3fb4a-fff6-4556-a290-3704b109da90"
    ],
    "album": "The Complete Imperial Recordings, 1950-1954 (disc 2)",
    "release_id": "267e7fc0-df89-4b61-a2dd-c6bf25b76139",
    "release_group_id": null,
    "labels": [
        "EMI/Imperial"
    ],
    "label_ids": [],
    "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"
}