Information about plays

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

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

{
    "id": 1375326,
    "uri": "https://api.kexp.org/v2/plays/1375326/?format=api",
    "airdate": "2008-05-17T19:24:00-07:00",
    "show": 24005,
    "show_uri": "https://api.kexp.org/v2/shows/24005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o-ZgOklXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o-ZgOklXL._SL75_.jpg",
    "song": "The Lucky Ones",
    "track_id": null,
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "The Lucky Ones",
    "release_id": "4a63b5c6-8cb0-4085-b5b3-43098c52ab10",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}