Information about plays

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

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

{
    "id": 415777,
    "uri": "https://api.kexp.org/v2/plays/415777/?format=api",
    "airdate": "2001-04-17T16:17:08-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31A30STC5ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31A30STC5ML._SL75_.jpg",
    "song": "Out of Time",
    "track_id": "636a9944-808f-4c12-9412-11c76b388134",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Acid Eaters",
    "release_id": "b82cd6e9-864a-4b36-a4ec-c7893682f19b",
    "release_group_id": null,
    "labels": [
        "Radioactive Records"
    ],
    "label_ids": [
        "91bbf0d3-63b9-4339-83ff-be86ecb514f6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}