Information about plays

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

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

{
    "id": 348904,
    "uri": "https://api.kexp.org/v2/plays/348904/?format=api",
    "airdate": "2019-07-02T04:36:40-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/aded09b8-b5b5-4746-9e80-fb0645f3e55f/23334274139-250.jpg",
    "thumbnail_uri": "",
    "song": "The Mother Road",
    "track_id": "0e41975d-7072-441d-9ac9-d582128380ff",
    "recording_id": null,
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Birth of Violence",
    "release_id": "aded09b8-b5b5-4746-9e80-fb0645f3e55f",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}