Information about plays

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

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

{
    "id": 435726,
    "uri": "https://api.kexp.org/v2/plays/435726/?format=api",
    "airdate": "2001-06-17T22:00:00-07:00",
    "show": 7338,
    "show_uri": "https://api.kexp.org/v2/shows/7338/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M1SZJWVPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M1SZJWVPL._SL75_.jpg",
    "song": "Our Roots (Began in Africa)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pharoah Sanders",
    "artist_ids": [
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9"
    ],
    "album": "Message From Home",
    "release_id": "55e13fea-6961-4d1d-b0be-a314152f124b",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1996-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}