Information about plays

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

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

{
    "id": 414364,
    "uri": "https://api.kexp.org/v2/plays/414364/?format=api",
    "airdate": "2001-01-02T00:52:12-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BX24E4H8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BX24E4H8L._SL75_.jpg",
    "song": "Day of the Lords",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Unknown Pleasures",
    "release_id": "8c7b6fd4-bd58-46dd-b747-8b67ae863aa2",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1979-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}