Information about plays

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

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

{
    "id": 1067947,
    "uri": "https://api.kexp.org/v2/plays/1067947/?format=api",
    "airdate": "2006-03-15T20:37:44-08:00",
    "show": 18765,
    "show_uri": "https://api.kexp.org/v2/shows/18765/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5174X5AJ9PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5174X5AJ9PL._SL75_.jpg",
    "song": "Pretty Good",
    "track_id": null,
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "John Prine",
    "release_id": "2b115165-6200-4a7f-9c78-f03b53d42b80",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}