Information about plays

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

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

{
    "id": 428026,
    "uri": "https://api.kexp.org/v2/plays/428026/?format=api",
    "airdate": "2001-05-25T15:12:00-07:00",
    "show": 7188,
    "show_uri": "https://api.kexp.org/v2/shows/7188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL._SL75_.jpg",
    "song": "Tighten Up",
    "track_id": "6e2c231c-5f11-4053-b7fc-cb2734964882",
    "recording_id": null,
    "artist": "Archie Bell & The Drells",
    "artist_ids": [
        "9b89f290-eb18-4bc3-977a-e20c7d90db2d"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul (Shout 1)",
    "release_id": "f13deb28-4909-4861-9f41-5f4a424e03d1",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}