Information about plays

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

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

{
    "id": 1388944,
    "uri": "https://api.kexp.org/v2/plays/1388944/?format=api",
    "airdate": "2008-06-23T01:52:55-07:00",
    "show": 24245,
    "show_uri": "https://api.kexp.org/v2/shows/24245/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C2dObOueL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C2dObOueL._SL75_.jpg",
    "song": "Body and Soul",
    "track_id": "5660a8e7-4d8d-473a-89ba-a2a47baa715d",
    "recording_id": null,
    "artist": "Art Tatum",
    "artist_ids": [
        "e073f6af-d696-4340-b847-e81fabc4d55b"
    ],
    "album": "God Is in the House: Original 1940-41 Recordings",
    "release_id": "07bd7d83-031b-47d9-8997-a1d07e664b07",
    "release_group_id": null,
    "labels": [
        "HighNote Records"
    ],
    "label_ids": [
        "2d60b096-aeff-4893-af9b-9b2b702b02a2"
    ],
    "release_date": "1998-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}