Information about plays

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

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

{
    "id": 1195752,
    "uri": "https://api.kexp.org/v2/plays/1195752/?format=api",
    "airdate": "2007-02-11T21:08:13-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61W9QS9YQML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61W9QS9YQML._SL75_.jpg",
    "song": "Into the Sun (feat. Martina Topley-Bird)",
    "track_id": "74bd2b85-5016-44c6-be24-9226839e07c6",
    "recording_id": null,
    "artist": "Diplo",
    "artist_ids": [
        "a56bd8f9-8ef8-4d63-89a4-794ed1360dd2"
    ],
    "album": "Florida",
    "release_id": "002268ba-a002-470e-890d-e71e27e1578d",
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2004-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}