Information about plays

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

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

{
    "id": 1411237,
    "uri": "https://api.kexp.org/v2/plays/1411237/?format=api",
    "airdate": "2008-08-18T07:19:00-07:00",
    "show": 24620,
    "show_uri": "https://api.kexp.org/v2/shows/24620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61UYjioRZ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61UYjioRZ9L._SL75_.jpg",
    "song": "Darlin'",
    "track_id": "1b68d5b7-df20-444a-b883-bb0d6a06f8b1",
    "recording_id": null,
    "artist": "XX Teens",
    "artist_ids": [
        "f0293198-f072-446c-a2af-4a542f650670"
    ],
    "album": "Welcome to Goon Island",
    "release_id": "d003fd82-0133-4965-8748-dc1492e2a3ba",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-07-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}