Information about plays

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

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

{
    "id": 533428,
    "uri": "https://api.kexp.org/v2/plays/533428/?format=api",
    "airdate": "2002-04-01T04:42:44-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rgysaw8oL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rgysaw8oL._SL75_.jpg",
    "song": "Microphone Mathematics",
    "track_id": "01faa559-5752-4661-a7c8-38f310879290",
    "recording_id": null,
    "artist": "Quasimoto",
    "artist_ids": [
        "b614843c-bec3-421f-9af1-03169cdd4b63"
    ],
    "album": "The Unseen",
    "release_id": "d4a951a6-27a1-4e4e-8a1b-ce96ae351586",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2000-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}