Information about plays

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

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

{
    "id": 1380662,
    "uri": "https://api.kexp.org/v2/plays/1380662/?format=api",
    "airdate": "2008-05-31T17:08:00-07:00",
    "show": 24096,
    "show_uri": "https://api.kexp.org/v2/shows/24096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31IBnCcYuLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31IBnCcYuLL._SL75_.jpg",
    "song": "That's Good",
    "track_id": null,
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Oh, No! It's DEVO",
    "release_id": "18885734-2e3c-4b5b-aa54-a34ec8bd5f81",
    "release_group_id": null,
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}