Information about plays

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

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

{
    "id": 379780,
    "uri": "https://api.kexp.org/v2/plays/379780/?format=api",
    "airdate": "2019-09-12T01:42:30-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "http://coverartarchive.org/release/633db417-4c8c-4773-bc66-cd4ea0b3feb4/23906971210-250.jpg",
    "thumbnail_uri": "",
    "song": "Inside Out",
    "track_id": "1a145d88-9c9a-4667-8297-59b8f47d192a",
    "recording_id": null,
    "artist": "UV‐TV",
    "artist_ids": [
        "747f5d1d-dd2b-452b-a05c-90d147b94322"
    ],
    "album": "Happy",
    "release_id": "633db417-4c8c-4773-bc66-cd4ea0b3feb4",
    "release_group_id": null,
    "labels": [
        "Deranged Records"
    ],
    "label_ids": [
        "0a2067a3-cdad-4283-9642-f3f63c9f01d3"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get happy with NYC duo UV-TV - https://uvtv.bandcamp.com/album/happy-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}