Information about plays

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

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

{
    "id": 438503,
    "uri": "https://api.kexp.org/v2/plays/438503/?format=api",
    "airdate": "2001-06-25T21:41:03-07:00",
    "show": 7390,
    "show_uri": "https://api.kexp.org/v2/shows/7390/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j-GOUVv1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j-GOUVv1L._SL75_.jpg",
    "song": "Built in Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "Secaucus",
    "release_id": "64bb2aa8-18c4-4b35-8d56-38ecb78577c2",
    "release_group_id": null,
    "labels": [
        "Grass Records"
    ],
    "label_ids": [
        "6c10b21b-0bc9-4712-9eff-95b87951a719"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}