Information about plays

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

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

{
    "id": 446623,
    "uri": "https://api.kexp.org/v2/plays/446623/?format=api",
    "airdate": "2001-07-19T10:15:00-07:00",
    "show": 7544,
    "show_uri": "https://api.kexp.org/v2/shows/7544/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CJ50HYR3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CJ50HYR3L._SL75_.jpg",
    "song": "Around Again",
    "track_id": "9ea3f5cc-a610-42de-bdad-053681a09c2a",
    "recording_id": null,
    "artist": "The Monkeywrench",
    "artist_ids": [
        "e8d203c9-4882-4cdc-ab10-e41e556828b2"
    ],
    "album": "Electric Children",
    "release_id": "b4c9e8a9-e003-4302-84e1-a7afd6111c2c",
    "release_group_id": null,
    "labels": [
        "Estrus"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}