Information about plays

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

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

{
    "id": 1387375,
    "uri": "https://api.kexp.org/v2/plays/1387375/?format=api",
    "airdate": "2008-06-19T04:15:31-07:00",
    "show": 24218,
    "show_uri": "https://api.kexp.org/v2/shows/24218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5104%2Bwad9WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5104%2Bwad9WL._SL75_.jpg",
    "song": "So Screwed Up",
    "track_id": "45b20e2c-012b-4fe2-9508-29dab8114498",
    "recording_id": null,
    "artist": "The Cute Lepers",
    "artist_ids": [
        "b6c845d8-10af-47be-942f-6d3e2275637f"
    ],
    "album": "Can't Stand Modern Music",
    "release_id": "0d257a9e-5290-4023-891e-56cc559255c2",
    "release_group_id": null,
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}