Information about plays

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

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

{
    "id": 1381180,
    "uri": "https://api.kexp.org/v2/plays/1381180/?format=api",
    "airdate": "2008-06-02T08:11:44-07:00",
    "show": 24109,
    "show_uri": "https://api.kexp.org/v2/shows/24109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b3QdD6q%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b3QdD6q%2BL._SL75_.jpg",
    "song": "Take Me With U",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "Purple Rain",
    "release_id": "ac777701-3e93-4892-be73-e44365b65b1e",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}