Information about plays

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

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

{
    "id": 464115,
    "uri": "https://api.kexp.org/v2/plays/464115/?format=api",
    "airdate": "2001-09-08T10:51:00-07:00",
    "show": 7882,
    "show_uri": "https://api.kexp.org/v2/shows/7882/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RQTFDQ2QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RQTFDQ2QL._SL75_.jpg",
    "song": "Blessing",
    "track_id": "ee380cb8-aa14-4843-a92b-97a786ae226c",
    "recording_id": null,
    "artist": "Garnett Silk",
    "artist_ids": [
        "34cc8d95-6aff-4ef7-b1f5-faad7f630504"
    ],
    "album": "Killamanjaro Remembers Garnett Silk",
    "release_id": "5b0de76d-5646-4777-9d1b-eb66b0b82056",
    "release_group_id": null,
    "labels": [
        "Revue"
    ],
    "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"
}