Information about plays

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

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

{
    "id": 1360001,
    "uri": "https://api.kexp.org/v2/plays/1360001/?format=api",
    "airdate": "2008-04-09T04:58:17-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514Phb3z5qL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514Phb3z5qL._SL75_.jpg",
    "song": "The New Face of Fashion",
    "track_id": "1c394ef7-bddc-4ccc-a3ab-f6c2cedeb873",
    "recording_id": null,
    "artist": "Cadence Weapon",
    "artist_ids": [
        "9abfb2cd-7a7f-444a-b1db-7e5dd1def050"
    ],
    "album": "Afterparty Babies",
    "release_id": "ce498c0b-7d2b-4127-84fb-e4efd7b9d252",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}