Information about plays

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

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

{
    "id": 1310517,
    "uri": "https://api.kexp.org/v2/plays/1310517/?format=api",
    "airdate": "2007-12-05T10:03:38-08:00",
    "show": 22923,
    "show_uri": "https://api.kexp.org/v2/shows/22923/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31dxADTM9DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31dxADTM9DL._SL75_.jpg",
    "song": "Play the C Chord",
    "track_id": null,
    "recording_id": null,
    "artist": "Starflyer 59",
    "artist_ids": [
        "250c38d6-0353-4c22-a371-f305d908573c"
    ],
    "album": "Everybody Makes Mistakes",
    "release_id": "c4dccf3a-e45e-43a3-a466-5cabcdb889cd",
    "release_group_id": null,
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "1999-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}