Information about plays

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

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

{
    "id": 420832,
    "uri": "https://api.kexp.org/v2/plays/420832/?format=api",
    "airdate": "2001-05-03T14:30:00-07:00",
    "show": 7042,
    "show_uri": "https://api.kexp.org/v2/shows/7042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51f24Py1A9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f24Py1A9L._SL75_.jpg",
    "song": "All the Rockets Go Bang",
    "track_id": "7d7e6d7d-3909-46ae-b972-0ac5c8173f4b",
    "recording_id": null,
    "artist": "Bob Log III",
    "artist_ids": [
        "2e8650d4-816a-4544-9a62-958462855170"
    ],
    "album": "School Bus",
    "release_id": "f61233e9-9ff5-422d-87e8-43fb5f8625de",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}