Information about plays

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

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

{
    "id": 1233517,
    "uri": "https://api.kexp.org/v2/plays/1233517/?format=api",
    "airdate": "2007-05-20T16:26:25-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516ykjBUuvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516ykjBUuvL._SL75_.jpg",
    "song": "Raphael",
    "track_id": null,
    "recording_id": null,
    "artist": "CocoRosie",
    "artist_ids": [
        "e162b2eb-6a42-4240-8c1b-c94d9a0acb73"
    ],
    "album": "The Adventures of Ghosthorse and Stillborn",
    "release_id": "3080d053-c14a-4ff3-960d-dd1a47341fcd",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2007-04-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}