Information about plays

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

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

{
    "id": 415355,
    "uri": "https://api.kexp.org/v2/plays/415355/?format=api",
    "airdate": "2001-04-16T14:37:30-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LtMBRpSaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LtMBRpSaL._SL75_.jpg",
    "song": "Cold Front Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Southeast Engine",
    "artist_ids": [
        "e7777ea1-be10-4f19-8a7c-e1bedd5e1dfd"
    ],
    "album": "Canary",
    "release_id": "35ff3002-8c2d-4bd6-bdff-759d45424e09",
    "release_group_id": null,
    "labels": [
        "ADA US"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}