Information about plays

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

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

{
    "id": 380318,
    "uri": "https://api.kexp.org/v2/plays/380318/?format=api",
    "airdate": "2019-09-13T07:33:11-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb495cc8-fda9-498b-aaed-0dc9953edfb4/11851385540-250.jpg",
    "thumbnail_uri": "",
    "song": "Life in a Northern Town",
    "track_id": "41a0a47c-6d2b-4419-a0e3-557d9018162d",
    "recording_id": null,
    "artist": "The Dream Academy",
    "artist_ids": [
        "d0f7f125-5403-4f2e-b7b7-2ba8ef43836e"
    ],
    "album": "The Morning Lasted All Day: A Retrospective",
    "release_id": "bb495cc8-fda9-498b-aaed-0dc9953edfb4",
    "release_group_id": null,
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [
        "c4a2c17b-ec52-49dd-ae65-ce5519702f49"
    ],
    "release_date": "2014-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}