Information about plays

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

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

{
    "id": 1289234,
    "uri": "https://api.kexp.org/v2/plays/1289234/?format=api",
    "airdate": "2007-10-10T10:48:58-07:00",
    "show": 22559,
    "show_uri": "https://api.kexp.org/v2/shows/22559/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TTZQHU5XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TTZQHU5XL._SL75_.jpg",
    "song": "The Wolf Put His Mouth on Me",
    "track_id": "d366d083-e1f4-49b7-ade5-5df63f34ac73",
    "recording_id": null,
    "artist": "His Name Is Alive",
    "artist_ids": [
        "45b675bb-83f5-40e9-bbd4-a597fd9fc6c8"
    ],
    "album": "Xmmer",
    "release_id": "12de1e44-38e6-42d7-9027-01518c917751",
    "release_group_id": null,
    "labels": [
        "Mountain Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}