Information about plays

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

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

{
    "id": 518327,
    "uri": "https://api.kexp.org/v2/plays/518327/?format=api",
    "airdate": "2002-02-15T23:46:00-08:00",
    "show": 8940,
    "show_uri": "https://api.kexp.org/v2/shows/8940/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3133BX92FHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3133BX92FHL._SL75_.jpg",
    "song": "The Seven Samurai (Photek remix)",
    "track_id": "7c569d52-628d-4d74-aef6-da2bccd0a078",
    "recording_id": null,
    "artist": "Photek",
    "artist_ids": [
        "2095b935-2007-4ae0-a48a-ef4d6fc3aac0"
    ],
    "album": "Form & Function",
    "release_id": "a74bbb6d-b53b-418c-8538-ca2cb487c12c",
    "release_group_id": null,
    "labels": [
        "Science"
    ],
    "label_ids": [
        "486bda44-3c02-4056-8cd2-e3e585e22a5c"
    ],
    "release_date": "1998-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}