Information about plays

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

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

{
    "id": 441437,
    "uri": "https://api.kexp.org/v2/plays/441437/?format=api",
    "airdate": "2001-07-04T08:03:45-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61N5BRTVD7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61N5BRTVD7L._SL75_.jpg",
    "song": "I Waited in Glue",
    "track_id": "d40163e0-11a8-49bd-a344-5ad2549fbceb",
    "recording_id": null,
    "artist": "Protein",
    "artist_ids": [
        "75579967-a5db-40ba-84c0-ff56cb5ec85f"
    ],
    "album": "Songs About Cowgirls",
    "release_id": "e56df079-4d8f-49aa-8b6a-f70298c33f21",
    "release_group_id": null,
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "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"
}