Information about plays

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

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

{
    "id": 419746,
    "uri": "https://api.kexp.org/v2/plays/419746/?format=api",
    "airdate": "2001-04-30T12:37:30-07:00",
    "show": 7021,
    "show_uri": "https://api.kexp.org/v2/shows/7021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PwfsVMGwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PwfsVMGwL._SL75_.jpg",
    "song": "Latin Quarter",
    "track_id": "ed3f2829-daaf-4349-acc1-0c558ee42b38",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "Naked City",
    "release_id": "e6ffbc6d-8481-49e6-8463-436ded2522e0",
    "release_group_id": null,
    "labels": [
        "Electra"
    ],
    "label_ids": [
        "a6a91cbd-9096-4ffc-90b4-c7c7af42105d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}