Information about plays

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

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

{
    "id": 349000,
    "uri": "https://api.kexp.org/v2/plays/349000/?format=api",
    "airdate": "2019-07-02T10:35:37-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/fbe76262-e7ff-4723-9e0c-1d554da6c946/2362099957-250.jpg",
    "thumbnail_uri": "",
    "song": "Cave-o-Sapien",
    "track_id": "1ba7335c-766f-360f-bf6b-5aebb0409858",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Expo 86",
    "release_id": "fbe76262-e7ff-4723-9e0c-1d554da6c946",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a recent interview with Dan Boeckner (of Wolf Parade, Handsome Furs, and Operators):  https://spectrumculture.com/2019/06/09/interview-dan-boeckner-of-operators/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}