Information about plays

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

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

{
    "id": 435739,
    "uri": "https://api.kexp.org/v2/plays/435739/?format=api",
    "airdate": "2001-06-17T23:37:30-07:00",
    "show": 7338,
    "show_uri": "https://api.kexp.org/v2/shows/7338/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GDwESKIuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GDwESKIuL._SL75_.jpg",
    "song": "Mystical Nade",
    "track_id": null,
    "recording_id": null,
    "artist": "Eyvind Kang",
    "artist_ids": [
        "a4772e12-bda2-4df0-9c3c-8733933865d8"
    ],
    "album": "Theater of Mineral NADEs",
    "release_id": "f59a789c-e317-4784-a4b4-cc06c5de11b8",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}