Information about plays

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

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

{
    "id": 511615,
    "uri": "https://api.kexp.org/v2/plays/511615/?format=api",
    "airdate": "2002-01-28T03:23:00-08:00",
    "show": 8817,
    "show_uri": "https://api.kexp.org/v2/shows/8817/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XxAeE5e6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XxAeE5e6L._SL75_.jpg",
    "song": "Ligotage",
    "track_id": "aca55927-1111-4174-8a0d-723aa5cc4534",
    "recording_id": null,
    "artist": "Nils Petter Molvær",
    "artist_ids": [
        "4a0308e2-6b10-4cd9-9551-c7613c09dc17"
    ],
    "album": "Solid Ether",
    "release_id": "8296c7e3-5c48-43a4-abdf-545899dea555",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2000-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}