Information about plays

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

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

{
    "id": 1343564,
    "uri": "https://api.kexp.org/v2/plays/1343564/?format=api",
    "airdate": "2008-02-27T17:34:20-08:00",
    "show": 23477,
    "show_uri": "https://api.kexp.org/v2/shows/23477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RpGzo5%2B1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RpGzo5%2B1L._SL75_.jpg",
    "song": "Mixed Up S.O.B.",
    "track_id": "47758369-4a46-4edd-a753-a8a18cdf9b9e",
    "recording_id": null,
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "These Are the Good Times People",
    "release_id": "28a1535f-5a88-4b9c-875c-3c36e7202006",
    "release_group_id": null,
    "labels": [
        "Fugitive Recordings"
    ],
    "label_ids": [
        "fa9a652f-892e-4909-9572-34689ddbe5d3"
    ],
    "release_date": "2008-03-11",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}