Information about plays

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

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

{
    "id": 378112,
    "uri": "https://api.kexp.org/v2/plays/378112/?format=api",
    "airdate": "2019-09-07T22:39:00-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know",
    "track_id": "a88637fa-5e08-40b3-8c92-01ff0eb71b08",
    "recording_id": null,
    "artist": "Radioactivity",
    "artist_ids": [
        "1b38a8f3-59c7-46de-9579-37a06b12d6b8"
    ],
    "album": "Silent Kill",
    "release_id": "6c4e4fab-b3de-4b19-9655-d70fd0233056",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [],
    "release_date": "2015-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Burke of Japanese band, The Novice; https://dirtnaprecords.bandcamp.com/album/radioactivity-silent-kill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}