Information about plays

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

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

{
    "id": 1412559,
    "uri": "https://api.kexp.org/v2/plays/1412559/?format=api",
    "airdate": "2008-08-21T13:08:52-07:00",
    "show": 24640,
    "show_uri": "https://api.kexp.org/v2/shows/24640/?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": "Throne of Blood (The Jump Off)",
    "track_id": "eeb531f5-0bcd-42dc-af8a-d94728dfa79d",
    "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": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}