Information about plays

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

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

{
    "id": 423903,
    "uri": "https://api.kexp.org/v2/plays/423903/?format=api",
    "airdate": "2001-05-13T03:11:15-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61P06JX712L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61P06JX712L._SL75_.jpg",
    "song": "Song of the Lizard",
    "track_id": "53f8326c-53ba-46d8-b029-99d213611fbc",
    "recording_id": null,
    "artist": "Pink Martini",
    "artist_ids": [
        "113e0972-077f-423b-9b5f-3cc8a5bafa0f"
    ],
    "album": "Patchwork: La Musique de Christian Lacroix (disc 2)",
    "release_id": "471acb5f-e627-49d4-b2ab-8a45fe16ef71",
    "release_group_id": null,
    "labels": [
        "naïve"
    ],
    "label_ids": [
        "3c6b98c7-407e-498e-ab8c-adf891ab0d38"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}