Information about plays

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

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

{
    "id": 1394157,
    "uri": "https://api.kexp.org/v2/plays/1394157/?format=api",
    "airdate": "2008-07-06T01:56:19-07:00",
    "show": 24330,
    "show_uri": "https://api.kexp.org/v2/shows/24330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HCzjDUxdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HCzjDUxdL._SL75_.jpg",
    "song": "Custard Pie",
    "track_id": null,
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti (disc 1)",
    "release_id": "0d06025c-afff-49fd-a1db-8005e686e4d9",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1975-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}