Information about plays

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

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

{
    "id": 419432,
    "uri": "https://api.kexp.org/v2/plays/419432/?format=api",
    "airdate": "2001-04-29T15:03:31-07:00",
    "show": 7013,
    "show_uri": "https://api.kexp.org/v2/shows/7013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XKEUyBM8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XKEUyBM8L._SL75_.jpg",
    "song": "Cadillac",
    "track_id": "bb26fcee-cc05-4663-a4c8-b1fcd0376e09",
    "recording_id": null,
    "artist": "Combustible Edison",
    "artist_ids": [
        "7f61c2e6-3d60-437a-8505-07e987b9bd1c"
    ],
    "album": "I, Swinger",
    "release_id": "2f93069c-1331-426f-b208-6de27a68a863",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}