Information about plays

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

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

{
    "id": 428417,
    "uri": "https://api.kexp.org/v2/plays/428417/?format=api",
    "airdate": "2001-05-26T17:49:24-07:00",
    "show": 7195,
    "show_uri": "https://api.kexp.org/v2/shows/7195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SFecNQbIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SFecNQbIL._SL75_.jpg",
    "song": "Howling at the Moon (Sha-la-la)",
    "track_id": "9d3e249f-462f-49d1-bb7d-562e6e44230f",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Anthology: Hey Ho, Let's Go! (disc 2)",
    "release_id": "a6c8416d-ebdd-4c66-823a-74333c9b2674",
    "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"
}