Information about plays

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

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

{
    "id": 1388457,
    "uri": "https://api.kexp.org/v2/plays/1388457/?format=api",
    "airdate": "2008-06-21T21:32:35-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2150YR6V1AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2150YR6V1AL._SL75_.jpg",
    "song": "Mind Over Matter",
    "track_id": "de09eed6-722e-41c9-a2c9-df51af958d99",
    "recording_id": null,
    "artist": "Fitz of Depression",
    "artist_ids": [
        "45545a35-551c-42f0-ad54-d0f689005671"
    ],
    "album": "Swing",
    "release_id": "e4ee8067-1d7e-49f8-af79-1bf9ef30427b",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1996-06-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}