Information about plays

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

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

{
    "id": 1354777,
    "uri": "https://api.kexp.org/v2/plays/1354777/?format=api",
    "airdate": "2008-03-27T02:52:59-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kK1vjsSoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kK1vjsSoL._SL75_.jpg",
    "song": "Liferz",
    "track_id": "48c9dd6d-7bc5-4550-b939-fe95f4aeb123",
    "recording_id": null,
    "artist": "Blood on the Wall",
    "artist_ids": [
        "8e4c8cc7-b5af-4329-a7ca-3d92c3a9ddb7"
    ],
    "album": "Liferz",
    "release_id": "7530e440-90a7-4830-8e88-e5aad50fdc23",
    "release_group_id": null,
    "labels": [
        "The Social Registry"
    ],
    "label_ids": [
        "cd54f95d-4aa0-44c6-9d2c-38c2d2a8de79"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}