Information about plays

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

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

{
    "id": 420530,
    "uri": "https://api.kexp.org/v2/plays/420530/?format=api",
    "airdate": "2001-05-02T17:09:13-07:00",
    "show": 7036,
    "show_uri": "https://api.kexp.org/v2/shows/7036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YVCZ3Y7BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YVCZ3Y7BL._SL75_.jpg",
    "song": "Black Girls",
    "track_id": "c85619d3-e995-44db-97e6-c7caf445e0e6",
    "recording_id": null,
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up: 1981-1993",
    "release_id": "72995c3c-db08-4a2d-8823-f5d718b78c3d",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}