Information about plays

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

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

{
    "id": 416362,
    "uri": "https://api.kexp.org/v2/plays/416362/?format=api",
    "airdate": "2001-04-19T10:40:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EG4ZH7V4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EG4ZH7V4L._SL75_.jpg",
    "song": "Shut Off/Curl Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Laika",
    "artist_ids": [
        "571a3166-8676-4e5d-b432-876aa98ea760"
    ],
    "album": "Sounds of the Satellites",
    "release_id": "58b72394-fd9e-456c-a3aa-b3fc804aefd6",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}