Information about plays

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

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

{
    "id": 376545,
    "uri": "https://api.kexp.org/v2/plays/376545/?format=api",
    "airdate": "2019-09-04T13:49:32-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/1aeee612-59ea-475b-8a2b-9fe953889554/9595144860-250.jpg",
    "thumbnail_uri": "",
    "song": "California (All the Way)",
    "track_id": "897817ad-50e1-389a-bac2-ef692c8bd12c",
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Bewitched",
    "release_id": "1aeee612-59ea-475b-8a2b-9fe953889554",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1994-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1994, Luna's <i>Bewitched</i> had the addition of guitarist Sean Eden to the original band lineup. AllMusic wrote \"The addition of Eden does a lot to open up Luna's arrangements, since Wareham is an extremely distinctive guitarist who tends to get locked in the same sounds and patterns. Having a foil to play off of enlivens Wareham's playing, and instrumental passages.\" https://bit.ly/2kuVGgn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}