Information about plays

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

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

{
    "id": 349047,
    "uri": "https://api.kexp.org/v2/plays/349047/?format=api",
    "airdate": "2019-07-02T13:27:44-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed1610e5-3ac6-4684-9c27-04c4b0a4fee9/11390590931-250.jpg",
    "thumbnail_uri": "",
    "song": "1x1x1",
    "track_id": "0655ce7e-0bb5-3054-91d0-b6c42c462ce8",
    "recording_id": null,
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "Love",
    "release_id": "ed1610e5-3ac6-4684-9c27-04c4b0a4fee9",
    "release_group_id": null,
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2013-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Follow and support Cloud Cult by becoming an official Cloud Cult member.  Go to their website to learn more:  https://cloudcult.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}