Information about plays

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

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

{
    "id": 373278,
    "uri": "https://api.kexp.org/v2/plays/373278/?format=api",
    "airdate": "2019-08-28T00:12:37-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/927119cb-39cd-423e-86d8-301c127569e9/10512378816-250.jpg",
    "thumbnail_uri": "",
    "song": "Space Song",
    "track_id": "2bf5916b-bdc8-4b9e-9add-b1d190580de0",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Depression Cherry",
    "release_id": "927119cb-39cd-423e-86d8-301c127569e9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depression Cherry was released on this day in 2015",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}