Information about plays

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

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

{
    "id": 426069,
    "uri": "https://api.kexp.org/v2/plays/426069/?format=api",
    "airdate": "2001-05-19T15:30:00-07:00",
    "show": 7149,
    "show_uri": "https://api.kexp.org/v2/shows/7149/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419PVTW48XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419PVTW48XL._SL75_.jpg",
    "song": "Soaky in the Pooper",
    "track_id": "f77c5816-e804-4e1b-807a-209bbce3910b",
    "recording_id": null,
    "artist": "Lambchop",
    "artist_ids": [
        "f75150f0-d80d-4c34-903b-6acfb47b63ee"
    ],
    "album": "I Hope You're Sitting Down / Jack's Tulips",
    "release_id": "b3eb8084-a888-4d3e-a80e-1f497da67971",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1994-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}