Information about plays

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

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

{
    "id": 1275959,
    "uri": "https://api.kexp.org/v2/plays/1275959/?format=api",
    "airdate": "2007-09-06T10:50:00-07:00",
    "show": 22332,
    "show_uri": "https://api.kexp.org/v2/shows/22332/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512CYVD9PJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512CYVD9PJL._SL75_.jpg",
    "song": "Long Distance Call",
    "track_id": null,
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "It's Never Been Like That",
    "release_id": "d59ad616-b9a8-40de-8adb-e2282083f4be",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}