Information about plays

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

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

{
    "id": 1355715,
    "uri": "https://api.kexp.org/v2/plays/1355715/?format=api",
    "airdate": "2008-03-29T10:31:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2163X77M4FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2163X77M4FL._SL75_.jpg",
    "song": "Political Fiction",
    "track_id": "9d487ea5-df23-4669-a0c8-fb3caf5e6f44",
    "recording_id": null,
    "artist": "Half Pint",
    "artist_ids": [
        "caa8844b-6a16-4100-b2ae-622b2edf5055"
    ],
    "album": "20 Super Hits",
    "release_id": "8b7c4f42-aeb8-4dd6-b3b1-a19afaf6f893",
    "release_group_id": null,
    "labels": [
        "Sonic Sounds"
    ],
    "label_ids": [
        "32249e66-fb7e-4832-a759-f04b4383c586"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}