Information about plays

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

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

{
    "id": 415154,
    "uri": "https://api.kexp.org/v2/plays/415154/?format=api",
    "airdate": "2001-04-15T17:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GVDWsyvQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GVDWsyvQL._SL75_.jpg",
    "song": "Sporatic",
    "track_id": null,
    "recording_id": null,
    "artist": "Encore",
    "artist_ids": [
        "c7d98ba8-94d6-4ffc-b01d-0c4b0b07bda7"
    ],
    "album": "Self Preservation",
    "release_id": "b4554bfd-cb5f-4bb5-bdef-1cd62999a7f0",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}