Information about plays

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

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

{
    "id": 533813,
    "uri": "https://api.kexp.org/v2/plays/533813/?format=api",
    "airdate": "2002-04-02T08:32:00-08:00",
    "show": 9247,
    "show_uri": "https://api.kexp.org/v2/shows/9247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RBVZ850JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RBVZ850JL._SL75_.jpg",
    "song": "Michael",
    "track_id": "4070dfbd-9943-4b9d-a4a0-2e4557d897a9",
    "recording_id": null,
    "artist": "Red House Painters",
    "artist_ids": [
        "06e59c30-5e21-4318-96e8-7a5f7e309af1"
    ],
    "album": "Down Colorful Hill",
    "release_id": "4c1185ec-f95f-4d9a-938d-ab106caf5abb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}