Information about plays

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

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

{
    "id": 1154198,
    "uri": "https://api.kexp.org/v2/plays/1154198/?format=api",
    "airdate": "2006-10-28T14:47:40-07:00",
    "show": 20256,
    "show_uri": "https://api.kexp.org/v2/shows/20256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414BTZ5RNJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414BTZ5RNJL._SL75_.jpg",
    "song": "One of These Days",
    "track_id": null,
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Our Beloved Revolutionary Sweetheart",
    "release_id": "3a3d0f74-3487-4976-9093-b6414adc6963",
    "release_group_id": null,
    "labels": [
        "Virgin Schallplatten GmbH"
    ],
    "label_ids": [
        "7d205322-a078-49e5-a1dc-7f90017cbb92"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}