Information about plays

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

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

{
    "id": 378603,
    "uri": "https://api.kexp.org/v2/plays/378603/?format=api",
    "airdate": "2019-09-09T05:12:50-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/756fb38e-ca18-47e2-9ddc-a8582cf675b4/19256091659-250.jpg",
    "thumbnail_uri": "",
    "song": "Next of Kin",
    "track_id": "df3616ea-c506-4f27-b228-29e34f95c922",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Historian",
    "release_id": "756fb38e-ca18-47e2-9ddc-a8582cf675b4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}