Information about plays

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

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

{
    "id": 379609,
    "uri": "https://api.kexp.org/v2/plays/379609/?format=api",
    "airdate": "2019-09-11T16:01:15-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8552693-7f80-4fe6-981b-a988bfc47a43/4013850564-250.jpg",
    "thumbnail_uri": "",
    "song": "Under Your Spell",
    "track_id": "cbd8fdff-5aa3-3cbd-9feb-7b740fc7a6a4",
    "recording_id": null,
    "artist": "Desire",
    "artist_ids": [
        "9dae8dff-0c54-4019-a6f2-667890ad9878"
    ],
    "album": "II",
    "release_id": "d8552693-7f80-4fe6-981b-a988bfc47a43",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2009-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview with Italians Do It Better label president, Megan Louise, who does double duty as the lead singer for Desire: https://bit.ly/2KEeKD6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}