Information about plays

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

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

{
    "id": 1415814,
    "uri": "https://api.kexp.org/v2/plays/1415814/?format=api",
    "airdate": "2008-08-29T16:12:01-07:00",
    "show": 24693,
    "show_uri": "https://api.kexp.org/v2/shows/24693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61D%2BpH0TkbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61D%2BpH0TkbL._SL75_.jpg",
    "song": "Raised in the City",
    "track_id": "f2e5252e-95eb-43bb-b083-e1ed8f8af865",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Sorry Ma, Forgot to Take Out the Trash",
    "release_id": "d4288c9a-f890-4111-8545-043a240c08f5",
    "release_group_id": null,
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1981-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}