Information about plays

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

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

{
    "id": 414509,
    "uri": "https://api.kexp.org/v2/plays/414509/?format=api",
    "airdate": "2001-03-11T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G989RNAWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G989RNAWL._SL75_.jpg",
    "song": "The Facts of Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Box Recorder",
    "artist_ids": [
        "49302df8-9e4f-42ed-8a9c-5d6f8d6cb83c"
    ],
    "album": "The Facts of Life",
    "release_id": "86db438e-70c4-432e-a8ce-98868604a071",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "2001-03-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}