Information about plays

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

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

{
    "id": 1144561,
    "uri": "https://api.kexp.org/v2/plays/1144561/?format=api",
    "airdate": "2006-10-02T03:29:43-07:00",
    "show": 20085,
    "show_uri": "https://api.kexp.org/v2/shows/20085/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513-rI4j2UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513-rI4j2UL._SL75_.jpg",
    "song": "Leather Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "Death in Vegas",
    "artist_ids": [
        "5b32946a-4c08-4a75-b1b1-60700470671f"
    ],
    "album": "Scorpio Rising",
    "release_id": "e8cc4ab2-4f9b-4f79-9d4f-485b55b63cc8",
    "release_group_id": null,
    "labels": [
        "Concrete"
    ],
    "label_ids": [
        "bd75bbab-550e-4440-b3ff-642993ff35a6"
    ],
    "release_date": "2002-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}