Information about plays

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

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

{
    "id": 1390763,
    "uri": "https://api.kexp.org/v2/plays/1390763/?format=api",
    "airdate": "2008-06-27T14:50:39-07:00",
    "show": 24273,
    "show_uri": "https://api.kexp.org/v2/shows/24273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CJBPAS6IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CJBPAS6IL._SL75_.jpg",
    "song": "I Wish That I Could See You Soon",
    "track_id": "08a80647-1c29-4cc9-bd66-2440050c49c0",
    "recording_id": null,
    "artist": "Herman Düne",
    "artist_ids": [
        "d5a7104a-aad6-4827-8ef5-680041ae80a8"
    ],
    "album": "I Wish That I Could See You Soon",
    "release_id": "3abebc7f-e644-4733-9b4f-89fb5a133544",
    "release_group_id": null,
    "labels": [
        "Everloving Records"
    ],
    "label_ids": [
        "4f85548a-b036-443e-8ade-4741311026e1"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}