Information about plays

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

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

{
    "id": 1314670,
    "uri": "https://api.kexp.org/v2/plays/1314670/?format=api",
    "airdate": "2007-12-15T21:30:32-08:00",
    "show": 22991,
    "show_uri": "https://api.kexp.org/v2/shows/22991/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zObi1etyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zObi1etyL._SL75_.jpg",
    "song": "Matter of Time",
    "track_id": null,
    "recording_id": null,
    "artist": "The Busy Signals",
    "artist_ids": [
        "2b06713d-4095-4649-a254-d9359640f0f5"
    ],
    "album": "The Busy Signals",
    "release_id": "c4056e7d-5d7f-4d83-9303-19fa3d02081f",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2007-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}