Information about plays

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

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

{
    "id": 1342393,
    "uri": "https://api.kexp.org/v2/plays/1342393/?format=api",
    "airdate": "2008-02-23T21:44:27-08:00",
    "show": 23452,
    "show_uri": "https://api.kexp.org/v2/shows/23452/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6199LI3J5aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6199LI3J5aL._SL75_.jpg",
    "song": "Something's Wrong",
    "track_id": "600b80e9-36b1-4dd7-9c56-ea306ee36331",
    "recording_id": null,
    "artist": "The Fall-Outs",
    "artist_ids": [
        "f364cca4-a661-455a-af47-2f998e0f11e2"
    ],
    "album": "Sleep",
    "release_id": "a9d83968-8ce1-4a31-9b42-bd35928d0832",
    "release_group_id": null,
    "labels": [
        "Super Happy Wax"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}