Information about plays

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

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

{
    "id": 521052,
    "uri": "https://api.kexp.org/v2/plays/521052/?format=api",
    "airdate": "2002-02-24T03:26:00-08:00",
    "show": 8994,
    "show_uri": "https://api.kexp.org/v2/shows/8994/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51L1HpX64KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51L1HpX64KL._SL75_.jpg",
    "song": "Fainted Eyes",
    "track_id": "cf9aab41-b0fa-43d7-8c7e-ac5cb9049e3d",
    "recording_id": null,
    "artist": "Celtic Frost",
    "artist_ids": [
        "d91b3683-4622-4d72-8a03-80f1ff59e639"
    ],
    "album": "To Mega Therion",
    "release_id": "77b5d120-89e4-4a89-89f7-08be86df1393",
    "release_group_id": null,
    "labels": [
        "Seoul"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}