Information about plays

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

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

{
    "id": 1372679,
    "uri": "https://api.kexp.org/v2/plays/1372679/?format=api",
    "airdate": "2008-05-11T02:45:00-07:00",
    "show": 23961,
    "show_uri": "https://api.kexp.org/v2/shows/23961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RWF9FRHXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RWF9FRHXL._SL75_.jpg",
    "song": "(Oh) God",
    "track_id": "cb114112-cc96-41ff-ad78-a27f75f2c398",
    "recording_id": null,
    "artist": "The Most Serene Republic",
    "artist_ids": [
        "e7c2d42e-b045-41b6-a391-88f4ea545185"
    ],
    "album": "Underwater Cinematographer",
    "release_id": "db34d773-ce84-428a-806a-d0a4283c6d2c",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2005-06-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}