Information about plays

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

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

{
    "id": 1403566,
    "uri": "https://api.kexp.org/v2/plays/1403566/?format=api",
    "airdate": "2008-07-30T02:29:28-07:00",
    "show": 24490,
    "show_uri": "https://api.kexp.org/v2/shows/24490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fNTR4CEmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fNTR4CEmL._SL75_.jpg",
    "song": "Black Lane",
    "track_id": "f3afdd4b-0d3c-4298-a220-14e82001f30c",
    "recording_id": null,
    "artist": "The Dead Science",
    "artist_ids": [
        "ea6c7793-ebcc-4c19-865e-b36677b74ace"
    ],
    "album": "Villainaire",
    "release_id": "3b484470-45e7-4a10-894e-7bb5aa632d9d",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "2008-08-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}