Information about plays

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

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

{
    "id": 415757,
    "uri": "https://api.kexp.org/v2/plays/415757/?format=api",
    "airdate": "2001-04-17T14:56:00-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312RVH8XG0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312RVH8XG0L._SL75_.jpg",
    "song": "untitled",
    "track_id": null,
    "recording_id": null,
    "artist": "Dusty 45's",
    "artist_ids": [
        "c865c750-d007-47d2-b9b9-0428bb303ef9"
    ],
    "album": "Shackin' Up",
    "release_id": "37210d9f-77e2-4ea4-8fcf-a1d283f72597",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}