Information about plays

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

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

{
    "id": 1339738,
    "uri": "https://api.kexp.org/v2/plays/1339738/?format=api",
    "airdate": "2008-02-17T01:57: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/41HLquDN%2BwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HLquDN%2BwL._SL75_.jpg",
    "song": "Dos Kelbl",
    "track_id": "49ef60e7-d282-42f4-b742-2020575bd2be",
    "recording_id": null,
    "artist": "Iva Bittová",
    "artist_ids": [
        "597399a4-57a5-4c51-8eb2-b2cf7b13a871"
    ],
    "album": "Iva Bittová",
    "release_id": "fdb1b3b9-1031-41ae-9873-dc74aae4fad0",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}