Information about plays

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

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

{
    "id": 1281760,
    "uri": "https://api.kexp.org/v2/plays/1281760/?format=api",
    "airdate": "2007-09-21T06:45:39-07:00",
    "show": 22429,
    "show_uri": "https://api.kexp.org/v2/shows/22429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RWH06QN6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RWH06QN6L._SL75_.jpg",
    "song": "Neighborhood ",
    "track_id": null,
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Funeral",
    "release_id": "26cdc327-38f2-4200-b5dc-f2fa0e13fcfe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}