Information about plays

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

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

{
    "id": 354584,
    "uri": "https://api.kexp.org/v2/plays/354584/?format=api",
    "airdate": "2019-07-15T07:03:24-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/73f35fe6-59f3-4469-9665-5afe6a1320ed/7555953268-250.jpg",
    "thumbnail_uri": "",
    "song": "You Love Me",
    "track_id": "5103bcb8-e0aa-4da4-9ccd-1a079b8c295e",
    "recording_id": null,
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "How It Ends",
    "release_id": "73f35fe6-59f3-4469-9665-5afe6a1320ed",
    "release_group_id": null,
    "labels": [
        "Cicero Recordings"
    ],
    "label_ids": [
        "072a076b-5b79-453c-a31b-3e77db5a7b01"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I am humble, I'm still trying to forget...\n\nWhen you said you loved me...\" Here are the lyrics:  https://genius.com/Devotchka-you-love-me-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}