Information about plays

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

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

{
    "id": 1290756,
    "uri": "https://api.kexp.org/v2/plays/1290756/?format=api",
    "airdate": "2007-10-14T04:44:45-07:00",
    "show": 22583,
    "show_uri": "https://api.kexp.org/v2/shows/22583/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tDRE28xjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tDRE28xjL._SL75_.jpg",
    "song": "Snakebit",
    "track_id": null,
    "recording_id": null,
    "artist": "Mary Gauthier",
    "artist_ids": [
        "1efadc05-01b5-4a39-9c6f-da5c975276dd"
    ],
    "album": "Between Daylight and Dark",
    "release_id": "980067c9-6cef-47e1-be6e-931776d7ee79",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}