Information about plays

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

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

{
    "id": 1360512,
    "uri": "https://api.kexp.org/v2/plays/1360512/?format=api",
    "airdate": "2008-04-10T12:48:18-07:00",
    "show": 23757,
    "show_uri": "https://api.kexp.org/v2/shows/23757/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AEE0xGl6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AEE0xGl6L._SL75_.jpg",
    "song": "Landed",
    "track_id": null,
    "recording_id": null,
    "artist": "Ben Folds",
    "artist_ids": [
        "51b7f46f-6c0f-46f2-9496-08c9ec2624d4"
    ],
    "album": "Songs for Silverman",
    "release_id": "cd853e4e-2690-4ac8-b29f-a92ee3168544",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}