Information about plays

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

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

{
    "id": 423532,
    "uri": "https://api.kexp.org/v2/plays/423532/?format=api",
    "airdate": "2001-05-11T18:21:49-07:00",
    "show": 7098,
    "show_uri": "https://api.kexp.org/v2/shows/7098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313lzWM1VWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313lzWM1VWL._SL75_.jpg",
    "song": "A Six Pack to Go",
    "track_id": "ae828f20-37ec-4a5c-9ddd-93ce11df91f7",
    "recording_id": null,
    "artist": "Hank Thompson",
    "artist_ids": [
        "80f22a87-7a82-4aff-a60d-8ef0d025ce96"
    ],
    "album": "The Capitol Collector's Series",
    "release_id": "797b9c76-5a62-4e29-a346-be30cb695ef7",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}