Information about plays

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

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

{
    "id": 1284506,
    "uri": "https://api.kexp.org/v2/plays/1284506/?format=api",
    "airdate": "2007-09-28T06:49:21-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5169F4VRFDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5169F4VRFDL._SL75_.jpg",
    "song": "Friday",
    "track_id": null,
    "recording_id": null,
    "artist": "Goldspot",
    "artist_ids": [
        "80888ccc-c2e1-4fb6-a286-5b68a756a768"
    ],
    "album": "Tally of the Yes Men",
    "release_id": "cc53b667-d033-4bd3-8084-54f51071d559",
    "release_group_id": null,
    "labels": [
        "Goldspot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}