Information about plays

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

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

{
    "id": 423398,
    "uri": "https://api.kexp.org/v2/plays/423398/?format=api",
    "airdate": "2001-05-11T08:56:15-07:00",
    "show": 7095,
    "show_uri": "https://api.kexp.org/v2/shows/7095/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21JSJHA3WGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21JSJHA3WGL._SL75_.jpg",
    "song": "Homeboy",
    "track_id": null,
    "recording_id": null,
    "artist": "Adorable",
    "artist_ids": [
        "022c85ab-eeed-479c-9679-a0e4b5a6a338"
    ],
    "album": "Against Perfection",
    "release_id": "a5839ef6-be40-4a7c-a84f-e1e344bcad26",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1993-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}