Information about plays

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

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

{
    "id": 1275402,
    "uri": "https://api.kexp.org/v2/plays/1275402/?format=api",
    "airdate": "2007-09-05T01:26:30-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BXCrfwixL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BXCrfwixL._SL75_.jpg",
    "song": "Inside Job",
    "track_id": "b7b5c272-c958-4c6a-b187-e026a30fe609",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Since We've Become Translucent",
    "release_id": "9e6ba06f-d54d-4b7c-b8f1-58719d41e264",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}