Information about plays

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

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

{
    "id": 1356526,
    "uri": "https://api.kexp.org/v2/plays/1356526/?format=api",
    "airdate": "2008-03-31T12:38:49-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51obUrkLaVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51obUrkLaVL._SL75_.jpg",
    "song": "Swollen Summer",
    "track_id": "89733b8c-2e7e-49b6-bfb0-eac679fbe20c",
    "recording_id": null,
    "artist": "The Bravery",
    "artist_ids": [
        "7e30debb-3308-49ab-a5ac-6d49319a5705"
    ],
    "album": "The Bravery",
    "release_id": "74fb70ec-2c1d-4446-9fe1-7c63b27ea009",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}