Information about plays

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

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

{
    "id": 1379615,
    "uri": "https://api.kexp.org/v2/plays/1379615/?format=api",
    "airdate": "2008-05-28T14:48:10-07:00",
    "show": 24077,
    "show_uri": "https://api.kexp.org/v2/shows/24077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519u20jRROL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519u20jRROL._SL75_.jpg",
    "song": "Hours",
    "track_id": null,
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Return to Cookie Mountain",
    "release_id": "0fa57eee-d185-4fa9-ada5-a553ca8f1de9",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2006-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}