Information about plays

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

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

{
    "id": 356879,
    "uri": "https://api.kexp.org/v2/plays/356879/?format=api",
    "airdate": "2019-07-20T13:38:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wah‐Wah",
    "track_id": "dd0b3b48-52ed-3191-bfe7-a9db2a5296c6",
    "recording_id": null,
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "07d51bc7-64c9-3fba-b6fc-0695f6e8d6a4",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [],
    "release_date": "1970-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}