Information about plays

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

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

{
    "id": 415590,
    "uri": "https://api.kexp.org/v2/plays/415590/?format=api",
    "airdate": "2001-04-17T05:10:00-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QoC7vhLCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QoC7vhLCL._SL75_.jpg",
    "song": "Before I Wake",
    "track_id": "3ff53638-3b9f-409c-9a91-12a15d4ffc6f",
    "recording_id": null,
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Tremendous Efforts",
    "release_id": "d35f81af-117d-4dad-809b-f197f957088c",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}