Information about plays

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

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

{
    "id": 416791,
    "uri": "https://api.kexp.org/v2/plays/416791/?format=api",
    "airdate": "2001-04-20T17:15:00-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31MME504VPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31MME504VPL._SL75_.jpg",
    "song": "Amuse",
    "track_id": "19a6579a-e8c1-44c4-808b-c1366a86eaa1",
    "recording_id": null,
    "artist": "Thou",
    "artist_ids": [
        "3cc02e3b-30bc-4d98-9ede-4a1dcdd1355e"
    ],
    "album": "Put Us in Tune",
    "release_id": "c2547689-ca64-4fb4-91d1-c9b323946cac",
    "release_group_id": null,
    "labels": [
        "SeeThru Broadcasting"
    ],
    "label_ids": [
        "2c963db8-251e-4b03-b436-e890a8588a1f"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}