Information about plays

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

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

{
    "id": 1195338,
    "uri": "https://api.kexp.org/v2/plays/1195338/?format=api",
    "airdate": "2007-02-10T17:51:35-08:00",
    "show": 20952,
    "show_uri": "https://api.kexp.org/v2/shows/20952/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ec54rA9SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ec54rA9SL._SL75_.jpg",
    "song": "Molly's Lips",
    "track_id": null,
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Hormoaning",
    "release_id": "26f552c9-a21e-465d-a84a-2c6113cf74be",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}