Information about plays

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

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

{
    "id": 353731,
    "uri": "https://api.kexp.org/v2/plays/353731/?format=api",
    "airdate": "2019-07-13T02:56:29-07:00",
    "show": 5892,
    "show_uri": "https://api.kexp.org/v2/shows/5892/?format=api",
    "image_uri": "http://coverartarchive.org/release/ce1737f4-dfa1-4273-9d11-debee1087893/20973791943-250.jpg",
    "thumbnail_uri": "",
    "song": "Overgrown",
    "track_id": "c3dc3c74-32f5-49ce-9e47-e839bdbdcb52",
    "recording_id": null,
    "artist": "Ivy Sole",
    "artist_ids": [
        "c8663105-7e85-4f99-b09b-97f116823794"
    ],
    "album": "Overgrown",
    "release_id": "ce1737f4-dfa1-4273-9d11-debee1087893",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}