Information about plays

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

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

{
    "id": 1262490,
    "uri": "https://api.kexp.org/v2/plays/1262490/?format=api",
    "airdate": "2007-08-03T10:50:29-07:00",
    "show": 22106,
    "show_uri": "https://api.kexp.org/v2/shows/22106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61urmROtXUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61urmROtXUL._SL75_.jpg",
    "song": "The World Is Smaller Than You Think",
    "track_id": "60cdb885-3152-4d97-a5db-66dc632e10b8",
    "recording_id": null,
    "artist": "Mason Proper",
    "artist_ids": [
        "7fb7d3da-b73e-4f23-89ef-b7a11eac677a"
    ],
    "album": "There Is a Moth in Your Chest",
    "release_id": "4b7daa06-b526-4bd3-ba3c-62d8afef4ca7",
    "release_group_id": null,
    "labels": [
        "Dovecote"
    ],
    "label_ids": [
        "995e3be2-43be-4065-bc5a-61990beef9b6"
    ],
    "release_date": "2008-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}