Information about plays

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

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

{
    "id": 415578,
    "uri": "https://api.kexp.org/v2/plays/415578/?format=api",
    "airdate": "2001-04-17T04:33:45-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?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": [
        "See Thru Broadcasting"
    ],
    "label_ids": [
        "d4bc0b22-2b6c-4954-a599-1d2d57710631"
    ],
    "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"
}