Information about plays

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

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

{
    "id": 1413061,
    "uri": "https://api.kexp.org/v2/plays/1413061/?format=api",
    "airdate": "2008-08-22T19:13:57-07:00",
    "show": 24648,
    "show_uri": "https://api.kexp.org/v2/shows/24648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CAhtLhMDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CAhtLhMDL._SL75_.jpg",
    "song": "No, No Girl",
    "track_id": "cea5fd30-c903-4eb4-9ccf-1e9d59eb5bfb",
    "recording_id": null,
    "artist": "Cave Catt Sammy",
    "artist_ids": [
        "a36ec1c7-9138-4fec-bb0f-35739feff3c3"
    ],
    "album": "Love Me Like Crazy",
    "release_id": "3e37c584-7d9a-4a8e-bb81-307548c1d560",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}