Information about plays

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

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

{
    "id": 1414743,
    "uri": "https://api.kexp.org/v2/plays/1414743/?format=api",
    "airdate": "2008-08-27T01:35:00-07:00",
    "show": 24678,
    "show_uri": "https://api.kexp.org/v2/shows/24678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V5YFHPD1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V5YFHPD1L._SL75_.jpg",
    "song": "She-Devils of the Deep",
    "track_id": "fc7e25b0-017d-4c9a-a526-7d8178c60005",
    "recording_id": null,
    "artist": "Future Bible Heroes",
    "artist_ids": [
        "16f13f40-b8f8-42c5-a52a-cf3763002095"
    ],
    "album": "Memories of Love",
    "release_id": "1529466e-c9e0-4e70-84c3-157bd566788a",
    "release_group_id": null,
    "labels": [
        "Slow River"
    ],
    "label_ids": [
        "57fb15d2-17ff-432a-ad98-e915a20a316e"
    ],
    "release_date": "1997-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}