Information about plays

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

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

{
    "id": 1275697,
    "uri": "https://api.kexp.org/v2/plays/1275697/?format=api",
    "airdate": "2007-09-05T19:33:53-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41nh44p9-xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41nh44p9-xL._SL75_.jpg",
    "song": "The Ballad of Lucy Jordan",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobby Bare",
    "artist_ids": [
        "b7798819-d9b2-442b-bd22-e55b40a1a69f"
    ],
    "album": "The Moon Was Blue",
    "release_id": "a2dcb517-dd15-4909-aef3-53a46895a3d1",
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}