Information about plays

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

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

{
    "id": 416121,
    "uri": "https://api.kexp.org/v2/plays/416121/?format=api",
    "airdate": "2001-04-18T18:14:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2B41GakolL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2B41GakolL._SL75_.jpg",
    "song": "I Asked for Water",
    "track_id": "2a31f124-44fd-4120-a577-b39ac2a20dd3",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "The Chess Box (disc 2: 1955 - 1962)",
    "release_id": "82b4fc31-8233-4601-adec-989cacc5901f",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}